[clang] New indent pp directives before hash with code (PR #186686)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 15 12:38:11 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);
----------------
HazardyKnusperkeks wrote:
Same
https://github.com/llvm/llvm-project/pull/186686
More information about the cfe-commits
mailing list