================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
