]> granicus.if.org Git - clang/commitdiff
Update NumTypeBits on Type to match the actual number of used bits.
authorMark Lacey <mark.lacey@apple.com>
Wed, 25 Sep 2013 22:25:21 +0000 (22:25 +0000)
committerMark Lacey <mark.lacey@apple.com>
Wed, 25 Sep 2013 22:25:21 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191404 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index ca2e42b8f30bacd68ddc80aea2cca6784504c1f6..8df030c842f51c7e82ae9d212d985f408242f660 100644 (file)
@@ -1214,7 +1214,7 @@ private:
       return CachedLocalOrUnnamed;
     }
   };
-  enum { NumTypeBits = 19 };
+  enum { NumTypeBits = 18 };
 
 protected:
   // These classes allow subclasses to somewhat cleanly pack bitfields