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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from f85d63a5583 Fix wrong devirtualization when the final overrider in one [...] adds e11d70cfe7e Make quick-append.test resilient to running in paths with ' [...] adds 72e9e378c54 [Sema] Remove a -Wrange warning from -Wall adds dd50560c38d MSVC Buggy version detection: turn pre-processor error into [...] adds cbd4815dec1 [AArch64] -fpatchable-function-entry=N,0: place patch label [...] adds 674ec1eb166 [libcxxabi] Insert padding in __cxa_exception struct for co [...] adds 2b54b8b994b [Concepts] Instantiate invented template type parameter typ [...] new c822edc11bf Revert "[Concepts] Instantiate invented template type param [...]
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/Basic/DiagnosticGroups.td | 8 +++- clang/include/clang/Basic/DiagnosticSemaKinds.td | 6 +-- clang/test/Misc/warning-wall.c | 5 +-- clang/test/SemaCXX/warn-range-loop-analysis.cpp | 2 +- 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 ++++----- 11 files changed, 152 insertions(+), 22 deletions(-)