You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
b18c63e85a
Use spaces to align binary and ternary expressions when using AlignOperands and UT_AlignWithSpaces. This fixes an oversight in the new UT_AlignWithSpaces option (see D75034), which did not correctly identify the alignment of binary/ternary expressions. Reviewed By: curdeius Patch by: fickert Differential Revision: https://reviews.llvm.org/D85600