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-allnoconfig in repository toolchain/ci/llvm-project.
from ca6b341bd5d [libcxx] [Windows] Store the lconv struct returned from loc [...] adds 2d9954dd824 Add -Wrange-loop-analysis changes to ReleaseNotes adds 300cbdc59da PR44761: Fix fallback to later tiebreakers if two non-templ [...] adds 7a94fc09d17 PR44721: Don't consider overloaded operators for built-in c [...] adds 8f19f984f29 [Concepts] Add missing CXXThisScope to function template co [...] adds b833e0c5f11 PR44786: Don't assert when profiling <=> expressions. adds 211aa5bf59e [mlir] Mark the MLIR tools for installation in CMake
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 4 ++- clang/lib/AST/StmtProfile.cpp | 4 +-- clang/lib/Sema/SemaConcept.cpp | 7 ++++++ clang/lib/Sema/SemaDeclCXX.cpp | 29 ++++++++++++++++------ clang/lib/Sema/SemaOverload.cpp | 14 +++++------ clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 +++++- .../class.compare/class.compare.default/p3.cpp | 12 +++++++++ .../CXX/over/over.match/over.match.best/p2.cpp | 16 ++++++++++++ clang/test/SemaCXX/cxx2a-three-way-comparison.cpp | 9 +++++++ .../SemaTemplate/instantiate-requires-clause.cpp | 11 +++++++- mlir/tools/mlir-cpu-runner/CMakeLists.txt | 2 +- mlir/tools/mlir-cuda-runner/CMakeLists.txt | 2 +- mlir/tools/mlir-translate/CMakeLists.txt | 2 +- 13 files changed, 97 insertions(+), 23 deletions(-) create mode 100644 clang/test/CXX/over/over.match/over.match.best/p2.cpp