This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 522c8dac2d [OPENMP]Add check for undefined behavior with thread allocat [...] new c78aff6fa2 [MS] Make __iso_volatile_* available on all targets
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/Builtins.def | 8 +++ include/clang/Basic/BuiltinsAArch64.def | 10 ---- include/clang/Basic/BuiltinsARM.def | 8 --- lib/CodeGen/CGBuiltin.cpp | 92 +++++++++++++++------------------ lib/CodeGen/CodeGenFunction.h | 3 -- test/CodeGen/ms-intrinsics.c | 29 +++++++++++ test/CodeGen/ms-volatile-aarch64.c | 13 ----- test/CodeGen/ms-volatile-arm.c | 13 ----- 8 files changed, 78 insertions(+), 98 deletions(-) delete mode 100644 test/CodeGen/ms-volatile-aarch64.c delete mode 100644 test/CodeGen/ms-volatile-arm.c