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-next-allnoconfig in repository toolchain/ci/llvm-project.
from f85d63a5583 Fix wrong devirtualization when the final overrider in one [...] new e11d70cfe7e Make quick-append.test resilient to running in paths with ' [...] new 72e9e378c54 [Sema] Remove a -Wrange warning from -Wall new dd50560c38d MSVC Buggy version detection: turn pre-processor error into [...] new cbd4815dec1 [AArch64] -fpatchable-function-entry=N,0: place patch label [...] new 674ec1eb166 [libcxxabi] Insert padding in __cxa_exception struct for co [...] new 2b54b8b994b [Concepts] Instantiate invented template type parameter typ [...]
The 6 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/Basic/DiagnosticGroups.td | 8 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 6 +- clang/lib/Sema/SemaTemplateInstantiate.cpp | 124 +++++++++++++++++++++ clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 46 ++++---- clang/test/Misc/warning-wall.c | 5 +- clang/test/SemaCXX/warn-range-loop-analysis.cpp | 2 +- .../instantiate-abbreviated-template.cpp | 29 +++++ libcxxabi/src/cxa_exception.h | 45 ++++++++ llvm/cmake/modules/CheckCompilerVersion.cmake | 14 +++ llvm/include/llvm/CodeGen/AsmPrinter.h | 3 +- llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 8 +- llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp | 20 ++++ .../AArch64/patchable-function-entry-bti.ll | 45 +++++++- llvm/test/tools/llvm-ar/quick-append.test | 18 +-- 14 files changed, 331 insertions(+), 42 deletions(-) create mode 100644 clang/test/SemaTemplate/instantiate-abbreviated-template.cpp