From 43c0a4cae05cf78225d5996cf7d62d7a133d665c Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 13 Oct 2010 20:07:36 +0000 Subject: [PATCH] Update Type::BitsRemainingInType git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116423 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1