[cfe-commits] r39362 - /cfe/cfe/trunk/include/clang/AST/Decl.h

clattner at cs.uiuc.edu clattner at cs.uiuc.edu
Wed Jul 11 09:43:37 PDT 2007


Author: clattner
Date: Wed Jul 11 11:43:37 2007
New Revision: 39362

URL: http://llvm.org/viewvc/llvm-project?rev=39362&view=rev
Log:
Fix comment.

Modified:
    cfe/cfe/trunk/include/clang/AST/Decl.h

Modified: cfe/cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/AST/Decl.h?rev=39362&r1=39361&r2=39362&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/cfe/trunk/include/clang/AST/Decl.h Wed Jul 11 11:43:37 2007
@@ -208,7 +208,8 @@
 ///
 class TypeDecl : public Decl {
   /// TypeForDecl - This indicates the Type object that represents this
-  /// TypeDecl.  It is a cache maintained by ASTContext::getTypeDeclType.
+  /// TypeDecl.  It is a cache maintained by ASTContext::getTypedefType and
+  /// ASTContext::getTagDeclType.
   Type *TypeForDecl;
   friend class ASTContext;
 protected:





More information about the cfe-commits mailing list