This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 38ae8879fa Diagnose parameter names that shadow the names of inherited [...] new 96931a7775 [COFF, ARM64] Implement InterlockedExchange*_* builtins
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/BuiltinsAArch64.def | 13 +++++ include/clang/Basic/BuiltinsARM.def | 13 +++++ lib/CodeGen/CGBuiltin.cpp | 42 +++++++++++++++++ lib/Headers/intrin.h | 72 +++++----------------------- test/CodeGen/ms-intrinsics.c | 84 +++++++++++++++++++++++++++++++++ 5 files changed, 164 insertions(+), 60 deletions(-)