This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 32a0264 [analyzer] Fix ExprEngine::VisitMemberExpr new c79ec5a 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 | 24 ++++---------------- lib/Headers/ia32intrin.h | 6 ----- lib/Headers/intrin.h | 13 ----------- lib/Headers/xmmintrin.h | 18 +++------------ lib/Sema/SemaDecl.cpp | 4 +++- test/CodeGen/builtins-x86.c | 9 ++++++++ test/Sema/implicit-intel-builtin-decl.c | 40 +++++++++++++++++++++++++++++++++ test/Sema/implicit-ms-builtin-decl.c | 19 ++++++++++++++++ 13 files changed, 131 insertions(+), 55 deletions(-) create mode 100644 test/Sema/implicit-intel-builtin-decl.c create mode 100644 test/Sema/implicit-ms-builtin-decl.c