[clang] [clang-format] Break trailing comment alignment at non-trailing comments (PR #208324)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 18 00:01:21 PDT 2026
================
@@ -1011,6 +1011,7 @@ void WhitespaceManager::alignTrailingComments() {
int MinColumn = 0;
int StartOfSequence = 0;
bool BreakBeforeNext = false;
+ bool BreakAfterTrailingComment = false;
----------------
owenca wrote:
Delete.
https://github.com/llvm/llvm-project/pull/208324
More information about the cfe-commits
mailing list