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-aarch64-lts-defconfig in repository toolchain/ci/llvm-project.
from 0df13627c6a [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>). new c21e178bf22 [Concepts] Transform constraints of non-template functions [...]
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: clang/include/clang/AST/ASTConcept.h | 6 +-- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 + clang/include/clang/Sema/Sema.h | 13 ++++- clang/lib/AST/ASTConcept.cpp | 4 +- clang/lib/Sema/SemaConcept.cpp | 58 +++++++++++---------- clang/lib/Sema/SemaExpr.cpp | 3 +- clang/lib/Sema/SemaExprCXX.cpp | 3 +- clang/lib/Sema/SemaOverload.cpp | 20 ++++---- clang/lib/Sema/SemaTemplateInstantiate.cpp | 17 ++++-- clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp | 60 +++++++++++++++++----- 10 files changed, 124 insertions(+), 62 deletions(-)