Update Type::BitsRemainingInType
authorDouglas Gregor <dgregor@apple.com>
Wed, 13 Oct 2010 20:07:36 +0000 (20:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 13 Oct 2010 20:07:36 +0000 (20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116423 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index 019682d09320573bfa358ba63d74663767cff0fa..b8d5964449a1d00c470c8008e922bd886389187a 100644 (file)
@@ -819,7 +819,7 @@ protected:
   /// any local or unnamed types.
   virtual std::pair<Linkage, bool> getLinkageUnnamedLocalImpl() const;
   
-  enum { BitsRemainingInType = 19 };
+  enum { BitsRemainingInType = 17 };
 
   // silence VC++ warning C4355: 'this' : used in base member initializer list
   Type *this_() { return this; }