[PATCH] D81552: [ASTMatchers] Added hasDirectBase Matcher

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 7 07:44:04 PDT 2020


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with a whitespace nit.



================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:2895
+              BaseSpecMatcher) {
+
+  return Node.hasDefinition() &&
----------------
Can remove the newline.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81552/new/

https://reviews.llvm.org/D81552





More information about the cfe-commits mailing list