This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 401aab9 [clang-cl] Fix test that shouldn't be running on non-x86 new 1a29ab2 [c++1z] Teach composite pointer type computation how to compu [...] new 1883d8d Add more doxygen comments to emmintrin.h's intrinsics.
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/Sema/Overload.h | 3 +- include/clang/Sema/Sema.h | 10 +- lib/Headers/emmintrin.h | 840 +++++++++++++++++++++++++++++++++++++++++- lib/Sema/SemaExprCXX.cpp | 190 ++++++++-- lib/Sema/SemaOverload.cpp | 54 +-- test/CXX/expr/p13.cpp | 45 +++ 6 files changed, 1083 insertions(+), 59 deletions(-) create mode 100644 test/CXX/expr/p13.cpp