This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O3_LTO in repository toolchain/ci/llvm-project.
from 7c77df1528c8 [X86] Add some basic tests for PR46809 adds 2e58a1891086 DebugInfo: Include template parameters for simplified temp [...] adds 3a3af2bbc97e [C++20] [Module] fix bug 47716 and implement [module.inter [...] adds 3f24cdec2572 [RISCV][NFC] Remove tailing whitespaces in RISCVInstrInfoV [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/AST/DeclBase.h | 14 + clang/include/clang/Basic/DiagnosticSemaKinds.td | 5 + clang/include/clang/Sema/Sema.h | 2 + clang/lib/AST/DeclBase.cpp | 9 + clang/lib/Sema/SemaDecl.cpp | 49 +++- clang/lib/Sema/SemaDeclCXX.cpp | 2 +- clang/lib/Sema/SemaTemplate.cpp | 2 +- clang/test/CXX/module/module.interface/p2-2.cpp | 37 +++ clang/test/CXX/module/module.interface/p6.cpp | 93 +++++++ llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 + llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td | 16 +- llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td | 4 +- llvm/test/DebugInfo/X86/tu-to-non-tu.ll | 308 +++++++++++++++++++-- 13 files changed, 497 insertions(+), 46 deletions(-) create mode 100644 clang/test/CXX/module/module.interface/p2-2.cpp create mode 100644 clang/test/CXX/module/module.interface/p6.cpp