[clang] Add isTrivial() and isTriviallyCopyable() AST matchers (PR #90634)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 09:02:44 PDT 2024


ilya-biryukov wrote:

I remember back in the day that adding new matchers was a problem because it grew the size of the files beyond some supported compiler's limit.

Could @AaronBallman or someone else knowledgable about this(cc @kadircet) take a look and confirm adding matchers is fine now?

https://github.com/llvm/llvm-project/pull/90634


More information about the cfe-commits mailing list