[PATCH] D95726: clang-tidy: modernize-use-nullptr mistakenly fixes rewritten spaceship operator comparisons - hasGrandparent version
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 30 09:37:54 PST 2021
steveire requested changes to this revision.
steveire added inline comments.
================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:3451
+ internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc>>
+ hasGrandparent;
+
----------------
I agree with @njames93 that we shouldn't introduce this matcher.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95726/new/
https://reviews.llvm.org/D95726
More information about the cfe-commits
mailing list