This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 30b847df63 [CUDA] Require libdevice only if needed new f725de8314 [Bitfield] Add an option to access bitfield in a fine-graine [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticDriverKinds.td | 4 + include/clang/Driver/Options.td | 7 ++ include/clang/Frontend/CodeGenOptions.def | 1 + lib/CodeGen/CGRecordLayoutBuilder.cpp | 37 +++++- lib/Driver/ToolChains/Clang.cpp | 3 + lib/Frontend/CompilerInvocation.cpp | 10 ++ test/CodeGenCXX/finegrain-bitfield-access.cpp | 162 ++++++++++++++++++++++++++ 7 files changed, 222 insertions(+), 2 deletions(-) create mode 100644 test/CodeGenCXX/finegrain-bitfield-access.cpp