r209244 - RAV reunification: merge r190728

Alp Toker alp at nuanti.com
Tue May 20 15:03:18 PDT 2014


Author: alp
Date: Tue May 20 17:03:18 2014
New Revision: 209244

URL: http://llvm.org/viewvc/llvm-project?rev=209244&view=rev
Log:
RAV reunification: merge r190728

Modified:
    cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h

Modified: cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h?rev=209244&r1=209243&r2=209244&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h (original)
+++ cfe/trunk/include/clang/AST/DataRecursiveASTVisitor.h Tue May 20 17:03:18 2014
@@ -349,7 +349,7 @@ public:
 // ---- Methods on TypeLocs ----
 // FIXME: this currently just calls the matching Type methods
 
-// Declare Traverse*() for all concrete Type classes.
+// Declare Traverse*() for all concrete TypeLoc classes.
 #define ABSTRACT_TYPELOC(CLASS, BASE)
 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
 #include "clang/AST/TypeLocNodes.def"





More information about the cfe-commits mailing list