This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2738ea8d91 [ODRHash] Supply more information when generic error message [...] new 508d7a3926 Run dos2unix on ms-intrinsics-rotations.c test. NFC new 480d0489f4 Support MS builtins using 'long' on LP64 platforms
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/Builtins.def | 31 ++-- include/clang/Basic/BuiltinsARM.def | 8 +- include/clang/Basic/BuiltinsX86.def | 20 +- include/clang/Basic/BuiltinsX86_64.def | 4 +- lib/AST/ASTContext.cpp | 14 +- test/CodeGen/ms-intrinsics-other.c | 161 ++++++++++++++++ test/CodeGen/ms-intrinsics-rotations.c | 330 ++++++++++++++++----------------- test/CodeGen/pr27892.c | 23 --- 8 files changed, 365 insertions(+), 226 deletions(-) create mode 100644 test/CodeGen/ms-intrinsics-other.c delete mode 100644 test/CodeGen/pr27892.c