[cfe-commits] r162206 - /cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Dmitri Gribenko gribozavr at gmail.com
Mon Aug 20 09:48:14 PDT 2012


Author: gribozavr
Date: Mon Aug 20 11:48:14 2012
New Revision: 162206

URL: http://llvm.org/viewvc/llvm-project?rev=162206&view=rev
Log:
Use correct matcher name in the comment.

Modified:
    cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=162206&r1=162205&r2=162206&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Mon Aug 20 11:48:14 2012
@@ -2248,7 +2248,7 @@
 ///   template<typename T> void A(T t) { }
 ///   template<> void A(int N) { }
 /// \endcode
-/// function(isExplicitSpecialization())
+/// function(isExplicitTemplateSpecialization())
 ///   matches the specialization A<int>().
 ///
 /// Usable as: Matcher<FunctionDecl>, Matcher<VarDecl>, Matcher<CXXRecordDecl>





More information about the cfe-commits mailing list