[clang] [clang-format] Add ApplyAlwaysOnePerLineToTemplateArguments option (PR #137544)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 27 15:17:36 PDT 2025
================
@@ -444,6 +444,66 @@ TEST_F(FormatTestComments, UnderstandsBlockComments) {
" int jjj; /*b*/");
}
+TEST_F(FormatTestComments,
----------------
HazardyKnusperkeks wrote:
What's your reason for this test? You didn't change anything comment related, right?
https://github.com/llvm/llvm-project/pull/137544
More information about the cfe-commits
mailing list