This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4e2a388a99 [analyzer] Perform escaping in RetainCountChecker on type mi [...] new 24b719c0fc [Sema] Produce diagnostics when C++17 aligned allocation/dea [...]
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/Sema/Sema.h | 9 ++++ lib/Sema/SemaDeclCXX.cpp | 1 + lib/Sema/SemaExpr.cpp | 8 +++ lib/Sema/SemaExprCXX.cpp | 45 +++++++++-------- test/CXX/drs/dr2xx.cpp | 4 +- test/SemaCXX/unavailable_aligned_allocation.cpp | 67 +++++++++++++++++++++++++ 6 files changed, 112 insertions(+), 22 deletions(-)