================
@@ -3122,6 +3122,9 @@ class AnnotatingParser {
       }
     }
 
+    if (PrevToken->isTypeName(LangOpts))
----------------
HazardyKnusperkeks wrote:

So this does not work with `bool foo = requires { static_cast<MyType &&>(1); 
};`?

https://github.com/llvm/llvm-project/pull/149039
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to