[clang] New indent pp directives before hash with code (PR #186686)
Guy Turcotte via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 15 13:30:50 PDT 2026
================
@@ -1605,7 +1614,7 @@ unsigned UnwrappedLineFormatter::format(
if (ReformatLeadingWhitespace) {
formatFirstToken(TheLine, PreviousLine, PrevPrevLine, Lines,
TheLine.First->OriginalColumn,
- TheLine.First->OriginalColumn);
+ TheLine.First->OriginalColumn, 0);
----------------
turgu1 wrote:
Done
https://github.com/llvm/llvm-project/pull/186686
More information about the cfe-commits
mailing list