diff options
| author | Alp Toker <alp@nuanti.com> | 2014-05-20 22:03:18 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2014-05-20 22:03:18 +0000 |
| commit | d92674ce8163fd182b8a5c5413a3696f1722c61c (patch) | |
| tree | fab4a9a83adb35f7195ec806deba19be84bc9480 | |
| parent | 12554962710b14c43d744f26274a21d9339370af (diff) | |
| download | bcm5719-llvm-d92674ce8163fd182b8a5c5413a3696f1722c61c.tar.gz bcm5719-llvm-d92674ce8163fd182b8a5c5413a3696f1722c61c.zip | |
RAV reunification: merge r190728
llvm-svn: 209244
| -rw-r--r-- | clang/include/clang/AST/DataRecursiveASTVisitor.h | 2 |
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" |

