[clang] [libformat] Implement `TemplateTypeParameterKeyword` fixer (PR #192223)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 16 12:55:19 PDT 2026
================
@@ -21925,6 +21925,99 @@ TEST_F(FormatTest, SpaceAfterTemplateKeyword) {
verifyFormat("template<int> void foo();", Style);
}
+TEST_F(FormatTest, TemplateTypeParameterKeyword) {
+ {
----------------
HazardyKnusperkeks wrote:
No need for the blocks, use the same style for all tests.
https://github.com/llvm/llvm-project/pull/192223
More information about the cfe-commits
mailing list