This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d36e99d4e [analyzer] NFC: Forbid array elements of void type. new 9178f1690a [analyzer] operator new: Model the cast of returned pointer [...] new 26128828f2 [DOXYGEN] Fix doxygen and content issues in xmmintrin.h new 8e90076e31 [Sema] Allow conversion between long double and __float128. new 9b5dca145b [analyzer] operator new: Fix memory space for the returned region.
The 4 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: lib/Headers/xmmintrin.h | 95 +++++++++++++++------- lib/Sema/SemaExpr.cpp | 11 ++- lib/Sema/SemaOverload.cpp | 4 +- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 59 ++++++++------ .../Core/ExprEngineCallAndReturn.cpp | 27 +++++- test/Analysis/NewDelete-checker-test.cpp | 2 + test/Analysis/new-ctor-conservative.cpp | 15 ++++ test/Analysis/new-ctor-inlined.cpp | 15 ++++ test/Analysis/new-ctor-null.cpp | 23 ++++++ test/Sema/float128-ld-incompatibility.cpp | 3 + 10 files changed, 190 insertions(+), 64 deletions(-) create mode 100644 test/Analysis/new-ctor-null.cpp