This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Oz in repository toolchain/ci/llvm-project.
from 4e41127f04d [Concepts] Add constraints checks to isSameEntity adds 5b5a111c679 PR45124: Don't leave behind pending cleanups when declaring [...] adds 5e062819d5a Revert "PR45083: Mark statement expressions as being depend [...] adds d9bd6e3c194 PR45083: Mark statement expressions as being dependent if t [...] adds 92f7aebe2d7 [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on [...] adds aef96a6860c add a few new warnings to the 10.0 clang release notes adds b406eab8880 add a missing dash to the release notes
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 22 +++++++++ clang/include/clang/AST/Expr.h | 22 +++++---- clang/include/clang/AST/Stmt.h | 15 ++++++ clang/include/clang/Sema/Sema.h | 41 +++++++++++++++- clang/include/clang/Sema/Template.h | 10 ++++ clang/lib/AST/ASTImporter.cpp | 2 +- clang/lib/Lex/Pragma.cpp | 3 ++ clang/lib/Sema/SemaExpr.cpp | 17 +++---- clang/lib/Sema/SemaExprCXX.cpp | 2 +- clang/lib/Sema/SemaTemplate.cpp | 54 ++++++++++++++++++++-- clang/lib/Sema/SemaTemplateInstantiate.cpp | 4 ++ clang/lib/Sema/TreeTransform.h | 23 ++++++--- clang/lib/Serialization/ASTReaderStmt.cpp | 1 + clang/lib/Serialization/ASTWriterStmt.cpp | 1 + .../cxx1z-class-template-argument-deduction.cpp | 15 ++++++ clang/test/SemaTemplate/dependent-expr.cpp | 49 +++++++++++++++++++- clang/tools/driver/driver.cpp | 22 ++++++--- llvm/include/llvm/Support/ManagedStatic.h | 6 +++ llvm/include/llvm/Support/Timer.h | 5 ++ llvm/lib/Support/Timer.cpp | 4 ++ 20 files changed, 279 insertions(+), 39 deletions(-)