RAV reunification: merge r190728
authorAlp Toker <alp@nuanti.com>
Tue, 20 May 2014 22:03:18 +0000 (22:03 +0000)
committerAlp Toker <alp@nuanti.com>
Tue, 20 May 2014 22:03:18 +0000 (22:03 +0000)
llvm-svn: 209244

clang/include/clang/AST/DataRecursiveASTVisitor.h

index aba68af..b632ebf 100644 (file)
@@ -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"