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

Nikolas Klauser via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 12 01:28:40 PDT 2024


philnik777 wrote:

While the libc++ checks are in the same tree as clang-tidy itself we (libc++) don't actually consider them in-tree, since they are compiled as a plugin against a clang-tidy that's already installed on the system.

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


More information about the cfe-commits mailing list