[clang] Revert "[clang-format][NFC] Format with the new formatter" (PR #196771)

via cfe-commits cfe-commits at lists.llvm.org
Sat May 9 17:47:18 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-format

Author: sstwcw

<details>
<summary>Changes</summary>

Reverts llvm/llvm-project#<!-- -->196523

---
Full diff: https://github.com/llvm/llvm-project/pull/196771.diff


1 Files Affected:

- (modified) clang/lib/Format/BreakableToken.cpp (+1-1) 


``````````diff
diff --git a/clang/lib/Format/BreakableToken.cpp b/clang/lib/Format/BreakableToken.cpp
index 98d357c78bb7c..9571a64797a2d 100644
--- a/clang/lib/Format/BreakableToken.cpp
+++ b/clang/lib/Format/BreakableToken.cpp
@@ -680,7 +680,7 @@ const llvm::StringSet<>
     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())

``````````

</details>


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


More information about the cfe-commits mailing list