From: Dan Gohman Date: Fri, 20 Aug 2010 20:37:16 +0000 (+0000) Subject: Add a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa78c91c54dd99ec61a9e27e6b74a549f5c9fa9c;p=clang Add a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111674 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index a2f08b75fa..f5a4a1ff92 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -979,7 +979,8 @@ public: /// type of a class template or class template partial specialization. CXXRecordDecl *getAsCXXRecordDecl() const; - // Member-template getAs'. This scheme will eventually + // Member-template getAs'. Look through sugar for + // an instance of . This scheme will eventually // replace the specific getAsXXXX methods above. // // There are some specializations of this member template listed