[PATCH] D17163: [ASTMatchers] Add matcher hasAnyName.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 12 05:00:23 PST 2016


alexfh added a subscriber: alexfh.

================
Comment at: include/clang/ASTMatchers/ASTMatchersInternal.h:644
@@ -643,2 +643,3 @@
   explicit HasNameMatcher(StringRef Name);
+  explicit HasNameMatcher(ArrayRef<const StringRef *> Names);
 
----------------
Why not `ArrayRef<StringRef>`?


http://reviews.llvm.org/D17163





More information about the cfe-commits mailing list