This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f14f7e2753 The 'CodeGenObjC/illegal-UTF8.m' get failed with Clang built [...] new 5b0a110410 [c++20] Implement P1009R2: allow omitting the array bound in [...]
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/AST/ExprCXX.h | 20 ++++---- include/clang/AST/Stmt.h | 2 +- include/clang/ASTMatchers/ASTMatchers.h | 4 +- include/clang/Basic/DiagnosticSemaKinds.td | 4 +- include/clang/Sema/Sema.h | 2 +- lib/AST/ASTImporter.cpp | 11 +++- lib/AST/ExprCXX.cpp | 27 +++++----- lib/AST/StmtPrinter.cpp | 5 +- lib/Analysis/CFG.cpp | 4 +- lib/CodeGen/CGExprCXX.cpp | 6 +-- lib/Parse/ParseExprCXX.cpp | 11 ++-- lib/Sema/SemaExprCXX.cpp | 73 +++++++++++++++++---------- lib/Sema/TreeTransform.h | 21 +++++--- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 4 +- test/CodeGenCXX/new-array-init.cpp | 22 ++++++++ test/PCH/cxx-exprs.cpp | 6 +++ test/SemaCXX/new-delete.cpp | 24 ++++++++- tools/libclang/CIndex.cpp | 2 +- www/cxx_status.html | 2 +- 19 files changed, 170 insertions(+), 80 deletions(-)