llvm-project/clang/unittests/ASTMatchers/Dynamic
Nikita Kniazev 2f181086b5 [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level)
Required for capturing base specifier in matchers:
  `cxxRecordDecl(hasDirectBase(cxxBaseSpecifier().bind("base")))`

Reviewed By: steveire, aaron.ballman

Differential Revision: https://reviews.llvm.org/D69218
2021-04-09 00:05:36 +01:00
..
CMakeLists.txt Use libClangTesting in the unittest for AST matchers 2020-06-04 17:40:39 +02:00
ParserTest.cpp Add code complete support for mapAnyOf 2021-02-07 16:03:05 +00:00
RegistryTest.cpp [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level) 2021-04-09 00:05:36 +01:00
VariantValueTest.cpp Make it possible to store a ASTNodeKind in VariantValue 2021-01-20 15:44:45 +00:00