[PATCH] D20360: [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 04:59:07 PDT 2016


aaron.ballman added a subscriber: aaron.ballman.
aaron.ballman added a reviewer: aaron.ballman.
aaron.ballman added a comment.

The changes to docs/tools/dump_ast_matchers.py look to be spurious, can they be reverted?


================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:1089
@@ -1088,1 +1088,3 @@
 
+/// \brief Matches reference to a name which can be able to look up during
+/// parsing but could not be resolved to a specific declaration.
----------------
s/which can be able to look up/that can be looked up


http://reviews.llvm.org/D20360





More information about the cfe-commits mailing list