]> granicus.if.org Git - clang/commit
Use the same underlying type for bitfields
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Jun 2016 04:05:35 +0000 (04:05 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Jun 2016 04:05:35 +0000 (04:05 +0000)
commitcdc2235915bde8888291f6fd2090c6509e1b07b5
tree0bc044785c8bbeb6ac6a13f6d75d19d5f6fb62a6
parentd01818fd4b071e07cc11fd71d4543d1949164043
Use the same underlying type for bitfields

MSVC allocates fresh storage for consecutive bitfields with different
underlying types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273646 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/Driver/Driver.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/Overload.h