================
@@ -26615,7 +26614,10 @@ TEST_F(FormatTest, UnbalancedAngleBrackets) {
 TEST_F(FormatTest, LambdaArrowAsTrailingReturnArrow) {
   verifyNoCrash("void foo()([] consteval -> int {}())");
 }
-
+TEST_F(FormatTest, FormatsUserDefinedLiteralTemplates) {
----------------
HazardyKnusperkeks wrote:

When we only change the TokenAnnotator, we should only have a new 
TokenAnnotatorTest, no FormattingTest.

https://github.com/llvm/llvm-project/pull/210630
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to