From c47a56732c53d77152d26156462a791949b7bfea Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 20 Aug 2010 20:37:16 +0000 Subject: [PATCH] Add a comment. llvm-svn: 111674 --- clang/include/clang/AST/Type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/include/clang/AST/Type.h b/clang/include/clang/AST/Type.h index a2f08b75faf8..f5a4a1ff9244 100644 --- a/clang/include/clang/AST/Type.h +++ b/clang/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 -- GitLab