[clang] [clang-format] Fix bad comment indentation before ifdef after braceless if (PR #94776)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 12:39:57 PDT 2024
================
@@ -4736,6 +4738,7 @@ void UnwrappedLineParser::distributeComments(
// the two lines about b form a maximal trail, so there are two sections, the
// first one consisting of the single comment "// line about a" and the
// second one consisting of the next two comments.
+
----------------
HazardyKnusperkeks wrote:
Unrelated (and maybe unwanted?) change.
https://github.com/llvm/llvm-project/pull/94776
More information about the cfe-commits
mailing list