projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a43d8d
)
Update Type::BitsRemainingInType
author
Douglas Gregor
<dgregor@apple.com>
Wed, 13 Oct 2010 20:07:36 +0000
(20:07 +0000)
committer
Douglas 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
patch
|
blob
|
history
diff --git
a/include/clang/AST/Type.h
b/include/clang/AST/Type.h
index 019682d09320573bfa358ba63d74663767cff0fa..b8d5964449a1d00c470c8008e922bd886389187a 100644
(file)
--- 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 = 1
9
};
+ enum { BitsRemainingInType = 1
7
};
// silence VC++ warning C4355: 'this' : used in base member initializer list
Type *this_() { return this; }