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-lts-defconfig in repository toolchain/ci/llvm-project.
from cf6cf0cd147 [RISCV] Handle variable sized objects with the stack need t [...] adds d8f7c68e28b AMDGPU/SILoadStoreOptimizer: fix a likely bug introduced recently adds 42effc10696 Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa) adds a4a7c1259e8 [clang-format] Add SpaceBeforeBrackets adds 57776f71fa3 [ELF] Fix lld build on Windows/MinGW adds 114f3e5b08a Fix a build failure with perf: Add a missing include to llv [...] adds d4819fe0ec1 Remove +x permission on clang/lib/Format/Format.cpp adds 9b40a7f3bf7 Remove +x permission on some files adds 5987cc1bb5d [clang-format] fix regression in middle pointer alignment adds bf142fc4334 MCObjectStreamer: assign MCSymbols in the dummy fragment to [...] adds a7f97b02b4f [clangd] Improve long and confusing preamble log message. adds 423f541c1a3 [DWARF5]Addition of alignment atrribute in typedef DIE. adds 08ea1ee2db5 [NFC] Refactor representation of materialized temporaries adds 6d7fa65c38e [mips] Remove old FIXME comment. NFC adds 584704c725a [mips] Remove redundant cast. NFC adds 2916489c54a [Docs] Fix relative links in tutorial. adds 0068c591399 [libc++] Rename __to_raw_pointer to __to_address. adds 551acdbf937 Make it possible to run MIRCanonicalizer in pipeline. adds 63cf7040814 [Docs] Try fixing the tutorial toctree adds fb55d56fcfa [Docs] Fix sphinx warning. adds 5e782e74b37 [Docs] Remove stray :doc: directive. adds 45d048c2044 [libc++] Add C++20 contiguous_iterator_tag. adds 6624fcba43b [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations [...]
No new revisions were added by this update.
Summary of changes: .../clang-tidy/abseil/StrCatAppendCheck.cpp | 2 +- .../clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 0 .../clang-tidy/bugprone/ParentVirtualCallCheck.h | 0 .../clang-tidy/modernize/AvoidBindCheck.cpp | 2 +- .../clang-tidy/modernize/LoopConvertUtils.cpp | 2 +- .../performance/ImplicitConversionInLoopCheck.cpp | 2 +- .../readability/NonConstParameterCheck.cpp | 2 +- clang-tools-extra/clangd/Preamble.cpp | 5 +- clang/docs/ClangFormatStyleOptions.rst | 18 ++++ clang/include/clang/AST/ASTContext.h | 11 --- clang/include/clang/AST/DeclCXX.h | 74 ++++++++++++++ clang/include/clang/AST/ExprCXX.h | 106 ++++++++++----------- clang/include/clang/AST/RecursiveASTVisitor.h | 10 +- clang/include/clang/ASTMatchers/ASTMatchers.h | 4 +- clang/include/clang/Basic/DeclNodes.td | 1 + clang/include/clang/Driver/Distro.h | 3 +- clang/include/clang/Format/Format.h | 13 ++- clang/include/clang/Sema/Template.h | 3 +- clang/include/clang/Serialization/ASTBitCodes.h | 3 + .../Tooling/Refactoring/Extract/SourceExtraction.h | 0 clang/lib/AST/ASTContext.cpp | 19 ---- clang/lib/AST/ASTImporter.cpp | 47 +++++++-- clang/lib/AST/DeclBase.cpp | 1 + clang/lib/AST/DeclCXX.cpp | 28 ++++++ clang/lib/AST/Expr.cpp | 34 +++---- clang/lib/AST/ExprCXX.cpp | 28 ++++-- clang/lib/AST/ExprConstant.cpp | 14 +-- clang/lib/AST/ItaniumMangle.cpp | 2 +- clang/lib/AST/StmtPrinter.cpp | 2 +- clang/lib/Analysis/CFG.cpp | 8 +- clang/lib/Analysis/Consumed.cpp | 2 +- clang/lib/Analysis/ThreadSafetyCommon.cpp | 3 +- clang/lib/CodeGen/CGDebugInfo.cpp | 13 ++- clang/lib/CodeGen/CGDecl.cpp | 1 + clang/lib/CodeGen/CGExpr.cpp | 2 +- clang/lib/CodeGen/CGExprAgg.cpp | 2 +- clang/lib/CodeGen/CGExprConstant.cpp | 6 +- clang/lib/CodeGen/CodeGenModule.cpp | 4 +- clang/lib/Driver/Distro.cpp | 1 + clang/lib/Format/Format.cpp | 12 ++- clang/lib/Format/TokenAnnotator.cpp | 6 +- clang/lib/Sema/JumpDiagnostics.cpp | 4 +- clang/lib/Sema/SemaChecking.cpp | 2 +- clang/lib/Sema/SemaExpr.cpp | 4 +- clang/lib/Sema/SemaInit.cpp | 9 +- clang/lib/Sema/SemaOpenMP.cpp | 2 +- clang/lib/Sema/SemaStmt.cpp | 4 +- clang/lib/Sema/TreeTransform.h | 4 +- clang/lib/Serialization/ASTCommon.cpp | 1 + clang/lib/Serialization/ASTReaderDecl.cpp | 14 +++ clang/lib/Serialization/ASTReaderStmt.cpp | 9 +- clang/lib/Serialization/ASTWriterDecl.cpp | 12 +++ clang/lib/Serialization/ASTWriterStmt.cpp | 8 +- .../StaticAnalyzer/Checkers/IteratorChecker.cpp | 3 +- clang/lib/StaticAnalyzer/Checkers/Yaml.h | 0 clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +- clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 2 +- .../test/CodeGenCXX/debug-info-template-align.cpp | 14 +++ clang/test/Modules/lsv-debuginfo.cpp | 0 clang/tools/libclang/CIndex.cpp | 1 + clang/unittests/Format/FormatTest.cpp | 58 +++++++++++ libcxx/include/__bit_reference | 12 +-- libcxx/include/__split_buffer | 24 ++--- libcxx/include/deque | 10 +- libcxx/include/iterator | 66 ++++++++++++- libcxx/include/memory | 65 +++++++------ libcxx/include/string | 80 ++++++++-------- libcxx/include/type_traits | 13 ++- libcxx/include/vector | 18 ++-- .../iterator.concepts/cpp20_iter_concepts.pass.cpp | 73 ++++++++++++++ .../iterator.concepts/cpp20_iter_traits.pass.cpp | 47 +++++++++ .../iterator.traits/pointer.pass.cpp | 5 +- .../contiguous_iterator_tag.pass.cpp | 31 ++++++ lld/ELF/Symbols.h | 28 +++--- .../thread/backtrace_all/ParallelTask.cpp | 0 .../MyFirstLanguageFrontend/LangImpl01.rst | 2 - .../MyFirstLanguageFrontend/LangImpl02.rst | 2 - .../MyFirstLanguageFrontend/LangImpl03.rst | 20 ++-- .../MyFirstLanguageFrontend/LangImpl04.rst | 10 +- .../MyFirstLanguageFrontend/LangImpl05.rst | 4 +- .../MyFirstLanguageFrontend/LangImpl06.rst | 2 - .../MyFirstLanguageFrontend/LangImpl07.rst | 10 +- .../MyFirstLanguageFrontend/LangImpl08.rst | 2 - .../MyFirstLanguageFrontend/LangImpl09.rst | 2 - .../MyFirstLanguageFrontend/LangImpl10.rst | 10 +- .../tutorial/MyFirstLanguageFrontend/index.rst | 17 +++- llvm/docs/tutorial/index.rst | 9 +- llvm/include/llvm-c/DebugInfo.h | 2 +- llvm/include/llvm/CodeGen/Passes.h | 5 + llvm/include/llvm/IR/DIBuilder.h | 4 +- llvm/include/llvm/MC/MCELFStreamer.h | 3 +- llvm/include/llvm/MC/MCObjectStreamer.h | 3 +- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 ++ .../PerfJITEvents/PerfJITEventListener.cpp | 1 + llvm/lib/IR/DIBuilder.cpp | 6 +- llvm/lib/IR/DebugInfo.cpp | 7 +- llvm/lib/MC/MCELFStreamer.cpp | 5 +- llvm/lib/MC/MCObjectStreamer.cpp | 20 +++- llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 4 +- .../lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 3 +- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 - llvm/lib/Target/Mips/MipsInstrInfo.td | 17 ++-- .../DebugInfo/X86/debug-info-template-align.ll | 63 ++++++++++++ llvm/test/MC/AsmParser/assembler-expressions.s | 26 ++--- llvm/tools/llvm-c-test/debuginfo.c | 2 +- openmp/runtime/test/ompt/callback.h | 0 106 files changed, 995 insertions(+), 398 deletions(-) mode change 100755 => 100644 clang-tools-extra/clang-tidy/bugprone/ParentVirtualCa [...] mode change 100755 => 100644 clang-tools-extra/clang-tidy/bugprone/ParentVirtualCa [...] mode change 100755 => 100644 clang/include/clang/Tooling/Refactoring/Extract/Sourc [...] mode change 100755 => 100644 clang/lib/StaticAnalyzer/Checkers/Yaml.h create mode 100644 clang/test/CodeGenCXX/debug-info-template-align.cpp mode change 100755 => 100644 clang/test/Modules/lsv-debuginfo.cpp create mode 100644 libcxx/test/libcxx/iterators/iterator.requirements/iterator.con [...] create mode 100644 libcxx/test/libcxx/iterators/iterator.requirements/iterator.con [...] create mode 100644 libcxx/test/std/iterators/iterator.primitives/std.iterator.tags [...] mode change 100755 => 100644 lldb/packages/Python/lldbsuite/test/functionalities/t [...] create mode 100644 llvm/test/DebugInfo/X86/debug-info-template-align.ll mode change 100755 => 100644 openmp/runtime/test/ompt/callback.h