]> granicus.if.org Git - clang/commit
Correctly ignore unnamed bit-fields when checking whether a union has fields.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Nov 2016 01:07:26 +0000 (01:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Nov 2016 01:07:26 +0000 (01:07 +0000)
commit71e7eb6af6aefb1482ae1d5accab63efb911907d
treec898c36eafe31dba5687ef05cb923099fd683c32
parentbddcf4b2eba87eb9a5513fc978f885895dd17591
Correctly ignore unnamed bit-fields when checking whether a union has fields.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286189 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/mangle-unnamed.cpp