summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-20 22:03:18 +0000
committerAlp Toker <alp@nuanti.com>2014-05-20 22:03:18 +0000
commitd92674ce8163fd182b8a5c5413a3696f1722c61c (patch)
treefab4a9a83adb35f7195ec806deba19be84bc9480
parent12554962710b14c43d744f26274a21d9339370af (diff)
downloadbcm5719-llvm-d92674ce8163fd182b8a5c5413a3696f1722c61c.tar.gz
bcm5719-llvm-d92674ce8163fd182b8a5c5413a3696f1722c61c.zip
RAV reunification: merge r190728
llvm-svn: 209244
-rw-r--r--clang/include/clang/AST/DataRecursiveASTVisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/DataRecursiveASTVisitor.h b/clang/include/clang/AST/DataRecursiveASTVisitor.h
index aba68afcca9..b632ebf7f87 100644
--- a/clang/include/clang/AST/DataRecursiveASTVisitor.h
+++ b/clang/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"
OpenPOWER on IntegriCloud