[clang] [clang-format] Add BreakBeforeTemplateClose option (PR #118046)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 19 00:27:18 PST 2024
================
@@ -11077,6 +11077,221 @@ TEST_F(FormatTest, WrapsTemplateDeclarationsWithComments) {
Style);
}
+TEST_F(FormatTest, BreakBeforeTemplateClose) {
----------------
HazardyKnusperkeks wrote:
One additional test: How about nested templates?
`template<template<typename, typename> typename T>` for example.
https://github.com/llvm/llvm-project/pull/118046
More information about the cfe-commits
mailing list