]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209244 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DataRecursiveASTVisitor.h

index aba68afcca975950f73d85cc17588a1bdcab8d07..b632ebf7f876c8ca15f2137aa8652519fb807812 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"