diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-20 20:37:16 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-20 20:37:16 +0000 |
commit | fa78c91c54dd99ec61a9e27e6b74a549f5c9fa9c (patch) | |
tree | f4db642fc5ae4004b16ff196357efc3a84306d13 | |
parent | 19510856727e0e14a3696b2a72c35163bff2a71f (diff) |
Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111674 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Type.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<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 |