================
@@ -14383,6 +14383,8 @@ TEST_F(FormatTest, IncorrectCodeUnbalancedBraces) {
"};");
verifyNoCrash("decltype( {\n"
" {");
+ // Issue #199017
+ verifyNoCrash("{{ < ? } a} b");
----------------
HazardyKnusperkeks wrote:
This is not unbalanced, there are 2 braces each.
We have a `DoNotCrashOnInvalidInput` test case.
https://github.com/llvm/llvm-project/pull/199098
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits