This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-next in repository toolchain/ci/llvm-monorepo.
from fe866e0155d6 [clangd] Support refs() in dex. Largely cloned from MemIndex. new d3172a343e1d [constexpr] Fix ICE when memcpy() is given a pointer to an [...] new 32b818a5abfd [ELF] - Simplify. NFCI. new a9672a6d2400 [clangd] Use canonical declarations in ReferenceFinder. new da587ec9dacb [clangd] Revert accidental flag change new 7fe1d5adcf43 Fix MSVC "not all control paths return a value" warning. NFCI. new 7ade4bf8f184 [llvm-mca] Check for inconsistencies when constructing ins [...] new cd499ff2cded [Index] Respect "IndexFunctionLocals" option for type loc. new 52d06cad4ae9 [clang-tidy] Sequence statements with multiple parents cor [...] new 1a39821f4b12 Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)" new 3fbb4e395f87 [doc] Update the programmer's manual about SmallSet's iterator new ec944b06b592 [llvm-exegesis][NFC] Improve parsing of the YAML files
The 11 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-tidy/bugprone/UseAfterMoveCheck.cpp | 5 +-- .../clang-tidy/utils/ExprSequence.cpp | 10 ++++-- clang-tools-extra/clang-tidy/utils/ExprSequence.h | 5 +-- clang-tools-extra/clangd/XRefs.cpp | 26 +++++++------- clang-tools-extra/clangd/indexer/IndexerMain.cpp | 2 +- .../test/clang-tidy/bugprone-use-after-move.cpp | 12 +++++++ clang-tools-extra/unittests/clangd/XRefsTests.cpp | 42 +++++++++++++--------- clang/include/clang/Basic/DiagnosticASTKinds.td | 3 ++ clang/lib/AST/ExprConstant.cpp | 4 +++ clang/lib/Index/IndexTypeSourceInfo.cpp | 3 +- clang/test/CodeGen/builtin-memfns.c | 7 ++++ clang/test/Index/index-local-symbol.cpp | 6 ++++ clang/test/SemaCXX/constexpr-string.cpp | 37 +++++++++++++++++++ lld/ELF/SyntheticSections.cpp | 6 ++-- lldb/source/Commands/CommandObjectType.cpp | 16 +++++---- llvm/docs/ProgrammersManual.rst | 14 ++++---- .../InstPrinter/WebAssemblyInstPrinter.cpp | 1 + llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp | 38 +++++++++++++++----- .../include/HardwareUnits/RetireControlUnit.h | 5 +++ llvm/tools/llvm-mca/include/InstrBuilder.h | 2 ++ .../lib/HardwareUnits/RetireControlUnit.cpp | 4 +-- llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 34 ++++++++++++++++++ 22 files changed, 216 insertions(+), 66 deletions(-) create mode 100644 clang/test/Index/index-local-symbol.cpp