[clang] [Feat] Allow Finding across only parts of an AST. (PR #127423)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 15:06:56 PST 2025


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


More information about the cfe-commits mailing list