[clang] [llvm] clang-format reflow comments disable star: Fixes #58710 (PR #167146)
Björn Schäpers via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 9 14:28:06 PST 2025
================
@@ -0,0 +1,2 @@
+// RUN: clang-format -style="{ColumnLimit: 80, ReflowComments: true, ReflowCommentsNoStar: true}" %S/ReflowCommentsNoStarInput.cpp > %t
----------------
HazardyKnusperkeks wrote:
Drop these, we have our tests in `clang/unittests/Format`.
https://github.com/llvm/llvm-project/pull/167146
More information about the llvm-commits
mailing list