This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a40b07a Add missing implementation for AtomicChange::replace(...) new a9ded30 [ubsan] Detect UB loads from bitfields
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: lib/CodeGen/CGAtomic.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 7 +++-- lib/CodeGen/CodeGenFunction.h | 2 +- test/CodeGenCXX/ubsan-bitfields.cpp | 21 ++++++++++++++ test/CodeGenObjC/ubsan-bool.m | 57 +++++++++++++++++++++++++++++++++++-- 5 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 test/CodeGenCXX/ubsan-bitfields.cpp