]> granicus.if.org Git - clang/commitdiff
Add a comment.
authorDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 20:37:16 +0000 (20:37 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 20:37:16 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111674 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index a2f08b75faf86956d02647d39e5d59462dd16e07..f5a4a1ff92440d7dd92a6e316aa50cb636ed3062 100644 (file)
@@ -979,7 +979,8 @@ public:
   /// 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