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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from cf15ccdeb6d5 Bump version to 13.0.1 adds 449f3049b507 [GHA] Cancel intermediate builds on PRs adds 8a93745a7121 Remove "In Progress" text from release notes adds 1a40203f8e94 workflows: Update lldb workaround to latest version of Mac OS X adds 0a5ae011cd23 [HIP] Fix test rcom-detect.hip adds a797306b7721 [clang-format] [PR51640] - New AfterEnum brace wrapping ch [...] adds 30c05f43b662 [runtimes] Properly handle the sysroot/triple/gcc-toolchain new 2ac023cd540a [clang] Omit most AttributedStatements from the CFG new 914355ee793c [CMake] Re-enable use --gc-sections on OpenBSD
The 2 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: .github/workflows/clang-tests.yml | 6 + .github/workflows/libclang-abi-tests.yml | 7 + .github/workflows/libclc-tests.yml | 7 + .github/workflows/lld-tests.yml | 6 + .github/workflows/lldb-tests.yml | 9 +- .github/workflows/llvm-tests.yml | 7 + clang-tools-extra/docs/ReleaseNotes.rst | 8 +- clang/docs/ReleaseNotes.rst | 8 +- clang/lib/Analysis/CFG.cpp | 32 ++- clang/lib/Format/TokenAnnotator.cpp | 42 +++- clang/lib/Format/UnwrappedLineParser.cpp | 5 +- clang/test/Driver/rocm-detect.hip | 3 +- clang/test/SemaCXX/switch-implicit-fallthrough.cpp | 4 + clang/test/SemaCXX/unreachable-code.cpp | 22 +++ clang/unittests/Format/FormatTest.cpp | 11 +- clang/unittests/Format/FormatTestCSharp.cpp | 214 +++++++++++++++++++++ flang/docs/ReleaseNotes.md | 10 +- libcxx/CMakeLists.txt | 19 +- libcxx/docs/ReleaseNotes.rst | 8 +- libcxxabi/CMakeLists.txt | 21 +- libunwind/CMakeLists.txt | 17 +- lld/docs/ReleaseNotes.rst | 5 - llvm/cmake/modules/AddLLVM.cmake | 2 +- llvm/docs/ReleaseNotes.rst | 5 - polly/docs/ReleaseNotes.rst | 8 +- 25 files changed, 398 insertions(+), 88 deletions(-)