From: Alp Toker Date: Tue, 20 May 2014 22:03:18 +0000 (+0000) Subject: RAV reunification: merge r190728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88cfb3cdcf2848ff196cba14e538cff3bd38fbc1;p=clang RAV reunification: merge r190728 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209244 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DataRecursiveASTVisitor.h b/include/clang/AST/DataRecursiveASTVisitor.h index aba68afcca..b632ebf7f8 100644 --- a/include/clang/AST/DataRecursiveASTVisitor.h +++ b/include/clang/AST/DataRecursiveASTVisitor.h @@ -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"