r190728 - Fix a comment.
Michael Han
fragmentshaders at gmail.com
Fri Sep 13 15:24:50 PDT 2013
Author: hanm
Date: Fri Sep 13 17:24:50 2013
New Revision: 190728
URL: http://llvm.org/viewvc/llvm-project?rev=190728&view=rev
Log:
Fix a comment.
Modified:
cfe/trunk/include/clang/AST/RecursiveASTVisitor.h
Modified: cfe/trunk/include/clang/AST/RecursiveASTVisitor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/RecursiveASTVisitor.h?rev=190728&r1=190727&r2=190728&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/RecursiveASTVisitor.h (original)
+++ cfe/trunk/include/clang/AST/RecursiveASTVisitor.h Fri Sep 13 17:24:50 2013
@@ -351,7 +351,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);
More information about the cfe-commits
mailing list