dougsonos wrote:

Added a further tweak: add a bool to ASTContext to track whether any 
FunctionProtoType's with effects have been created, so that Sema can 
short-circuit checks involving effects when it knows no one has any. This seems 
to have the desired effect of only paying for the feature when it's in use.

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

Reply via email to