This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig in repository toolchain/ci/llvm-project.
from 4e41127f04d [Concepts] Add constraints checks to isSameEntity new 5b5a111c679 PR45124: Don't leave behind pending cleanups when declaring [...] new 5e062819d5a Revert "PR45083: Mark statement expressions as being depend [...] new d9bd6e3c194 PR45083: Mark statement expressions as being dependent if t [...]
The 3 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: 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/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 +++++++++++++++++++- 14 files changed, 224 insertions(+), 32 deletions(-)