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-master-aarch64-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from 80173566f48 [PowerPC] Add an intrinsic for Popcntb new 85bb9b71b7d [ELF] Update release notes and man page for LLD time-trace new 525b8e6dcbb [SVE] Fix wrong usage of getNumElements() in matchIntrinsicType new f58e78f9920 [libcxx][span] trivial whitespace fix to test commit rights new 854f5f332af [Sema] Teach -Wcast-align to compute an accurate alignment [...] new d48ef7cab55 [lldb] Print full Clang diagnostics when the ClangModulesDe [...]
The 5 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/lib/Sema/SemaChecking.cpp | 238 +++++++++++++++++++-- clang/test/SemaCXX/warn-cast-align.cpp | 114 +++++++++- .../containers/views/span.cons/container.fail.cpp | 1 - lld/docs/ReleaseNotes.rst | 4 + lld/docs/ld.lld.1 | 7 + .../Clang/ClangModulesDeclVendor.cpp | 37 +++- .../ExpressionParser/Clang/ClangUserExpression.cpp | 24 ++- .../API/lang/objc/modules-compile-error/Makefile | 5 + .../TestModulesCompileError.py | 23 ++ .../API/lang/objc/modules-compile-error/main.m | 5 + .../API/lang/objc/modules-compile-error/module.h | 5 + .../objc/modules-compile-error/module.modulemap | 1 + llvm/lib/IR/Function.cpp | 10 +- llvm/test/CodeGen/AArch64/sve-bad-intrinsics.ll | 17 ++ 14 files changed, 459 insertions(+), 32 deletions(-) create mode 100644 lldb/test/API/lang/objc/modules-compile-error/Makefile create mode 100644 lldb/test/API/lang/objc/modules-compile-error/TestModulesCompil [...] create mode 100644 lldb/test/API/lang/objc/modules-compile-error/main.m create mode 100644 lldb/test/API/lang/objc/modules-compile-error/module.h create mode 100644 lldb/test/API/lang/objc/modules-compile-error/module.modulemap create mode 100644 llvm/test/CodeGen/AArch64/sve-bad-intrinsics.ll