[cfe-commits] r111674 - /cfe/trunk/include/clang/AST/Type.h

Dan Gohman gohman at apple.com
Fri Aug 20 13:37:17 PDT 2010


Author: djg
Date: Fri Aug 20 15:37:16 2010
New Revision: 111674

URL: http://llvm.org/viewvc/llvm-project?rev=111674&view=rev
Log:
Add a comment.

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

Modified: cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=111674&r1=111673&r2=111674&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Fri Aug 20 15:37:16 2010
@@ -979,7 +979,8 @@
   /// type of a class template or class template partial specialization.
   CXXRecordDecl *getAsCXXRecordDecl() const;
   
-  // Member-template getAs<specific type>'.  This scheme will eventually
+  // Member-template getAs<specific type>'.  Look through sugar for
+  // an instance of <specific type>.   This scheme will eventually
   // replace the specific getAsXXXX methods above.
   //
   // There are some specializations of this member template listed





More information about the cfe-commits mailing list