This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 837a4f70d2 [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping. new cc1c5250d2 Fix bitcast to address space cast for coerced load/stores new 4f6cad78cf [Tooling] Produce diagnostics for missing input files.
The 2 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/CGCall.cpp | 8 ++-- lib/Driver/Driver.cpp | 2 +- lib/Tooling/Tooling.cpp | 2 - test/CodeGenCXX/address-space-cast-coerce.cpp | 53 +++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 7 deletions(-) create mode 100644 test/CodeGenCXX/address-space-cast-coerce.cpp