[PATCH] D30854: [ASTMatchers] Add ObjC matchers for fundamental decls

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 15 12:36:01 PDT 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM! I'll go ahead and commit for you.



================
Comment at: unittests/ASTMatchers/ASTMatchersTest.h:114
+    const std::string &Filename = "input.cc") {
+  return matchesConditionally(
+    Code, AMatcher, ExpectMatch, llvm::makeArrayRef(CompileArg),
----------------
The formatting of this line is incorrect, but I can fix it when I commit.


https://reviews.llvm.org/D30854





More information about the cfe-commits mailing list