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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from 5f76fcc9796 Fix unused function warning (PR44808) adds 5175565cf15 Add -std=c++20 flag, replace C++2a with C++20 throughout th [...] adds f004359106c [windows] Add /Gw to compiler flags new 4bcdac8d762 [RISCV] Correct the CallPreservedMask for the function call [...] new a572a8a147c [CMake] CheckAtomic.cmake: catch false positives in RISC-V new 7a18790ae2f [libc++] Fix ABI break in __bit_reference. new d75ce45777d Revert "[CMake] CheckAtomic.cmake: catch false positives in [...]
The 4 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/docs/LanguageExtensions.rst | 2 +- clang/include/clang/Basic/DiagnosticASTKinds.td | 6 +- clang/include/clang/Basic/DiagnosticCommonKinds.td | 2 +- .../include/clang/Basic/DiagnosticFrontendKinds.td | 6 +- clang/include/clang/Basic/DiagnosticGroups.td | 41 ++++++----- clang/include/clang/Basic/DiagnosticLexKinds.td | 12 ++-- clang/include/clang/Basic/DiagnosticParseKinds.td | 38 +++++----- clang/include/clang/Basic/DiagnosticSemaKinds.td | 84 +++++++++++----------- clang/include/clang/Basic/LangStandards.def | 10 +-- clang/include/clang/Basic/StmtNodes.td | 2 +- clang/lib/Frontend/InitPreprocessor.cpp | 44 +++++++----- .../basic/basic.lookup/basic.lookup.unqual/p3.cpp | 4 +- .../CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp | 24 +++---- .../test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp | 72 +++++++++---------- .../test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 24 +++---- .../dcl.fct.def/dcl.fct.def.default/p1.cpp | 22 +++--- clang/test/CXX/drs/dr2xx.cpp | 6 +- clang/test/CXX/drs/dr6xx.cpp | 6 +- .../CXX/expr/expr.prim/expr.prim.lambda/p8.cpp | 6 +- clang/test/Driver/unknown-std.cpp | 4 +- clang/test/Lexer/cxx2a-spaceship.cpp | 12 ++-- clang/test/Lexer/cxx2a_keyword_as_cxx17.cpp | 18 ++--- clang/test/Parser/cxx1z-decomposition.cpp | 10 +-- clang/test/Parser/cxx2a-concept-declaration.cpp | 4 +- .../cxx2a-inline-nested-namespace-definition.cpp | 14 ++-- clang/test/Parser/explicit-bool.cpp | 32 ++++----- clang/test/Preprocessor/init.c | 10 ++- clang/test/SemaCXX/cxx17-compat.cpp | 36 +++++----- clang/test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 4 +- clang/test/SemaCXX/cxx1z-decomposition.cpp | 4 +- clang/test/SemaCXX/cxx2a-compat.cpp | 14 ++-- .../test/SemaCXX/cxx2a-initializer-aggregates.cpp | 12 ++-- clang/test/SemaCXX/member-init.cpp | 2 +- clang/www/cxx_status.html | 17 +++-- libcxx/include/__bit_reference | 15 ++++ .../trivial_for_purposes_of_call.pass.cpp | 57 +++++++++++++++ llvm/cmake/modules/HandleLLVMOptions.cmake | 4 ++ llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp | 7 -- llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll | 70 ++++++++++++++++++ llvm/utils/gn/build/BUILD.gn | 1 + 40 files changed, 459 insertions(+), 299 deletions(-) create mode 100644 libcxx/test/libcxx/containers/sequences/vector.bool/trivial_for [...] create mode 100644 llvm/test/CodeGen/RISCV/interrupt-attr-callee.ll