================
@@ -1297,6 +1297,8 @@ class AnnotatingParser {
         next();
         return true;
       }
+      if (CurrentToken->is(tok::r_brace))
+        return false;
----------------
mygitljf wrote:

got it

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

Reply via email to