This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0badfb Revert "Do not warn about format strings that are indexed str [...] new 5eb95c4 Add some MS aliases for existing intrinsics
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 | 7 ++ include/clang/Basic/Builtins.h | 7 ++ include/clang/Basic/BuiltinsX86.def | 13 +++ lib/Basic/Targets.cpp | 2 + lib/CodeGen/CGBuiltin.cpp | 24 ++++++ lib/Headers/emmintrin.h | 35 ++++---- lib/Headers/ia32intrin.h | 6 -- lib/Headers/intrin.h | 127 +++++++++++++--------------- lib/Headers/xmmintrin.h | 29 +++---- lib/Sema/SemaDecl.cpp | 4 +- test/CodeGen/builtins-x86.c | 9 ++ test/Headers/{x86intrin.c => x86intrin.cpp} | 4 +- test/Sema/implicit-intel-builtin-decl.c | 40 +++++++++ test/Sema/implicit-ms-builtin-decl.c | 19 +++++ 14 files changed, 212 insertions(+), 114 deletions(-) copy test/Headers/{x86intrin.c => x86intrin.cpp} (59%) create mode 100644 test/Sema/implicit-intel-builtin-decl.c create mode 100644 test/Sema/implicit-ms-builtin-decl.c