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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 3b32963252b [Concepts] Correctly form initial parameter mapping for par [...] adds 8be11623043 [Concepts] Fix isDeclarationSpecifier to detect type-constr [...] adds fdedf39c46f PR44723: Trigger return type deduction for operator<=>s who [...] adds f85d63a5583 Fix wrong devirtualization when the final overrider in one [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/Basic/DiagnosticSemaKinds.td | 6 +++ clang/lib/AST/CXXInheritance.cpp | 2 + clang/lib/AST/DeclCXX.cpp | 32 ++++++++++++++-- clang/lib/Parse/ParseDecl.cpp | 11 ++++-- clang/lib/Sema/SemaDeclCXX.cpp | 25 +++++++++++++ .../CXX/class/class.compare/class.spaceship/p2.cpp | 33 +++++++++++++++++ .../devirtualize-virtual-function-calls-final.cpp | 43 ++++++++++++++++++++++ clang/test/Parser/cxx2a-abbreviated-templates.cpp | 41 +++++++++++++++++---- 8 files changed, 178 insertions(+), 15 deletions(-)