matts1 wrote:

It's a general performance optimization. For example, you could write a 
predicate to check whether it's in the std namespace to avoid checking the 
standard library, or a predicate to check whether a class is a subclass of 
`proto.Message` to skip generated protobuf code.

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

Reply via email to