]> granicus.if.org Git - clang/commitdiff
Add isArrayType() to CanProxy's forwarders.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 23 Jun 2010 15:57:03 +0000 (15:57 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 23 Jun 2010 15:57:03 +0000 (15:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106629 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/CanonicalType.h

index bed79de1b6a131e51d5a36ff39f758e888f858cd..9f97fd8a7aeec5de0396e6de93622a3b684c9c2f 100644 (file)
@@ -270,6 +270,7 @@ public:
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isNullPtrType)
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isDependentType)
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isOverloadableType)
+  LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArrayType)
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasPointerRepresentation)
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasObjCPointerRepresentation)
   LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)