[PATCH] New ASTMatcher and enhancement to hasOverloadedOperatorName
Dmitri Gribenko
gribozavr at gmail.com
Wed Mar 6 08:00:15 PST 2013
================
Comment at: include/clang/ASTMatchers/ASTMatchersInternal.h:373-376
@@ -372,1 +372,6 @@
+// \brief Matches overloaded operators with a specific name.
+//
+// The type argument ArgT is not used by this matcher but is used by
+// PolymorphicMatcherWithParam1 and should be StringRef.
+template <typename T, typename ArgT>
----------------
Three slashes, please.
http://llvm-reviews.chandlerc.com/D494
BRANCH
matchers
ARCANIST PROJECT
clang
More information about the cfe-commits
mailing list