This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5ffc8666af [llvm-nm] Write "no symbol" output to stderr new e957205816 Emit CK_NoOp casts in C mode, not just C++. new 339ff47af8 [COFF, ARM64] Add _InterlockedAdd intrinsic
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: include/clang/Basic/BuiltinsAArch64.def | 1 + lib/AST/ExprConstant.cpp | 6 +----- lib/CodeGen/CGBuiltin.cpp | 9 +++++++++ lib/Headers/intrin.h | 1 + lib/Sema/SemaExpr.cpp | 9 ++++++++- test/CodeGen/arm64-microsoft-intrinsics.c | 10 ++++++++++ test/Sema/c-casts.c | 25 +++++++++++++++++++++++++ 7 files changed, 55 insertions(+), 6 deletions(-) create mode 100644 test/Sema/c-casts.c