[PATCH] D69218: [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level)
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 28 08:39:14 PDT 2021
steveire added a comment.
@nick Sorry that getting these changes merged takes so long.
@njames93 If you have an alternative way forward, please let us know what it is.
Otherwise, this LGTM too and we should merge it soon unless there are objections which haven't been addressed.
================
Comment at: clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp:301
+TEST_F(RegistryTest, CXXBaseSpecifier) {
+ // TODO: rewrite with top-level cxxBaseSpecifier matcher when available
+ DeclarationMatcher ClassHasAnyDirectBase =
----------------
@nick Is this implemented in another MR? I don't see anything in your list of revisions. I think this is reasonable as is, but wondering if you intend to implement the top-level support too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69218/new/
https://reviews.llvm.org/D69218
More information about the cfe-commits
mailing list