From: Douglas Gregor Date: Wed, 13 Oct 2010 20:07:36 +0000 (+0000) Subject: Update Type::BitsRemainingInType X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c0a4cae05cf78225d5996cf7d62d7a133d665c;p=clang Update Type::BitsRemainingInType git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116423 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 019682d093..b8d5964449 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -819,7 +819,7 @@ protected: /// any local or unnamed types. virtual std::pair getLinkageUnnamedLocalImpl() const; - enum { BitsRemainingInType = 19 }; + enum { BitsRemainingInType = 17 }; // silence VC++ warning C4355: 'this' : used in base member initializer list Type *this_() { return this; }