This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 8e1fbe17 [clangd] Implement a Proof-of-Concept tool for symbol index e [...] new f723f89d [clangd] Add index benchmarks
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/CMakeLists.txt | 4 ++ clangd/benchmarks/CMakeLists.txt | 9 +++ clangd/benchmarks/IndexBenchmark.cpp | 114 +++++++++++++++++++++++++++++++++ test/clangd/Inputs/BenchmarkHeader.h | 19 ++++++ test/clangd/Inputs/BenchmarkSource.cpp | 1 + test/clangd/Inputs/requests.log | 5 ++ test/clangd/index-tools.test | 2 + test/lit.cfg | 6 ++ 8 files changed, 160 insertions(+) create mode 100644 clangd/benchmarks/CMakeLists.txt create mode 100644 clangd/benchmarks/IndexBenchmark.cpp create mode 100644 test/clangd/Inputs/BenchmarkHeader.h create mode 100644 test/clangd/Inputs/BenchmarkSource.cpp create mode 100644 test/clangd/Inputs/requests.log create mode 100644 test/clangd/index-tools.test