This patch provides that bitfields are splitted even in case
authorStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Thu, 10 May 2018 12:31:12 +0000 (12:31 +0000)
committerStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Thu, 10 May 2018 12:31:12 +0000 (12:31 +0000)
commit0f274c01113121ef57094b7159a0f5e72e023c5b
tree2d5fa79717a225868c470bc9bc0d89c7e9e7a9ed
parent11a9de74c96ec08bcf6598ec986ccf4db7cb6207
This patch provides that bitfields are splitted even in case
when current field is not legal integer type.

Differential Revision: https://reviews.llvm.org/D39053

llvm-svn: 331979
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
clang/test/CodeGenCXX/finegrain-bitfield-type.cpp [new file with mode: 0644]