]> granicus.if.org Git - clang/commit
[ms-abi] Fixing bitfields sema arror for ms-mode
authorWarren Hunt <whunt@google.com>
Thu, 12 Dec 2013 23:23:28 +0000 (23:23 +0000)
committerWarren Hunt <whunt@google.com>
Thu, 12 Dec 2013 23:23:28 +0000 (23:23 +0000)
commitff97893e710422195451c602f034a3d7ecccef16
treee0f525031bbd0d25bb0f89f0063ad0226f76fcc5
parentb7428b63669629cb1314c61290926ee9f6d4267d
[ms-abi] Fixing bitfields sema arror for ms-mode

The check for bitfields that are longer than their base type needed to
be checked in microsoft mode (cl.exe does not support the C++ extnetion
for bitfields longer than their type).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp