================
@@ -1297,6 +1297,8 @@ class AnnotatingParser {
next();
return true;
}
+ if (CurrentToken->is(tok::r_brace))
+ return false;
----------------
owenca wrote:
This looks like the same fix as #199100 opened 2+ weeks ago. Seems its author
had requested and been assigned to fix the bug before this patch was submitted.
https://github.com/llvm/llvm-project/pull/199098
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits