llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-format Author: sstwcw <details> <summary>Changes</summary> https://github.com/llvm/llvm-project/pull/173152#issuecomment-4403491044 --- Full diff: https://github.com/llvm/llvm-project/pull/196523.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 9571a64797a2d..98d357c78bb7c 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/196523 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
