[cfe-commits] r106629 - /cfe/trunk/include/clang/AST/CanonicalType.h

Sebastian Redl sebastian.redl at getdesigned.at
Wed Jun 23 08:57:03 PDT 2010


Author: cornedbee
Date: Wed Jun 23 10:57:03 2010
New Revision: 106629

URL: http://llvm.org/viewvc/llvm-project?rev=106629&view=rev
Log:
Add isArrayType() to CanProxy's forwarders.

Modified:
    cfe/trunk/include/clang/AST/CanonicalType.h

Modified: cfe/trunk/include/clang/AST/CanonicalType.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/CanonicalType.h?rev=106629&r1=106628&r2=106629&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/CanonicalType.h (original)
+++ cfe/trunk/include/clang/AST/CanonicalType.h Wed Jun 23 10:57:03 2010
@@ -270,6 +270,7 @@
   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)





More information about the cfe-commits mailing list