[clang] [clang-format] Add BreakBeforeTemplateClose option (PR #118046)

via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 8 21:30:19 PST 2024


================
@@ -11077,6 +11077,157 @@ TEST_F(FormatTest, WrapsTemplateDeclarationsWithComments) {
       Style);
 }
 
+TEST_F(FormatTest, BreakBeforeTemplateClose) {
----------------
leijurv wrote:

Good suggestion! I have added tests in this commit: https://github.com/llvm/llvm-project/pull/118046/commits/3927d411eeece27521e1a4034d01012c84beaf4b

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


More information about the cfe-commits mailing list