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 8889eedb [clangd] Simplify GlobalCompilationDatabase, cache missing GCDs new fd878884 [clangd] Add a tool to build YAML-format global symbols.
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 | 1 + clangd/global-symbol-builder/CMakeLists.txt | 19 ++++ .../GlobalSymbolBuilderMain.cpp | 110 +++++++++++++++++++++ test/CMakeLists.txt | 4 + 4 files changed, 134 insertions(+) create mode 100644 clangd/global-symbol-builder/CMakeLists.txt create mode 100644 clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp