[clang] [clang-format] Align multi line expressions (PR #173152)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 7 22:04:32 PDT 2026


owenca wrote:

Looks like this patch caused `ninja clang-format-check-format` to fail on `BreakableToken.cpp`:
```diff
@@ -680,7 +680,7 @@
     BreakableBlockComment::ContentIndentingJavadocAnnotations = {
         "@param", "@return",     "@returns", "@throws",  "@type", "@template",
         "@see",   "@deprecated", "@define",  "@exports", "@mods", "@private",
-};
+    };
 
 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const {
   if (!Style.isJava() && !Style.isJavaScript())
```

https://github.com/llvm/llvm-project/pull/173152


More information about the cfe-commits mailing list