aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/Type.h2
1 files changed, 1 insertions, 1 deletions
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<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; }