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-stable-allmodconfig in repository toolchain/ci/llvm-project.
from db366f91e5b Revert "Reland "[gn build] (manually) merge 68a235d07f9e70"" adds 3ef42c184ac ReleaseNotes: Formatting and typo fixes. adds bca373f73fc [clangd] DefineOutline won't copy virtual specifiers on methods adds 3a843031a5a PR45083: Mark statement expressions as being dependent if t [...] new c290cb61fdc llvm docs: drop index.rst release version warning
The 1 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: .../clangd/refactor/tweaks/DefineOutline.cpp | 67 ++++++++- clang-tools-extra/clangd/unittests/TweakTests.cpp | 161 +++++++++++++++++++++ clang/docs/ReleaseNotes.rst | 62 ++++---- clang/include/clang/AST/Expr.h | 12 +- clang/include/clang/Sema/Sema.h | 2 +- clang/lib/AST/ASTImporter.cpp | 5 +- clang/lib/Parse/ParseExpr.cpp | 3 +- clang/lib/Sema/SemaExpr.cpp | 16 +- clang/lib/Sema/SemaExprCXX.cpp | 5 +- clang/lib/Sema/TreeTransform.h | 9 +- clang/test/SemaTemplate/dependent-expr.cpp | 20 ++- llvm/docs/ReleaseNotes.rst | 31 ++-- llvm/docs/index.rst | 5 - 13 files changed, 323 insertions(+), 75 deletions(-)