[PATCH] D19841: [clang-tidy] Lift common matchers to utils namespace

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 12:00:35 PDT 2016


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

LG. Thank you!


================
Comment at: clang-tidy/utils/Matchers.h:20
@@ -19,1 +19,3 @@
 
+AST_MATCHER_P(Expr, ignoringImplicit,
+              ast_matchers::internal::Matcher<Expr>, InnerMatcher) {
----------------
Consider moving this to ASTMatchers.h in a follow-up.


http://reviews.llvm.org/D19841





More information about the cfe-commits mailing list