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 310f1c17 [clangd] Moved caching of compile commands to ClangdServer new 15c3e8c8 [clangd] Added forgotten files new 543ec241 [clangd] Fixed the file comment of new file. NFC new deddbcd6 [clangd] Provide a helper to report estimated memory usage per-file
The 3 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/ClangdServer.cpp | 5 +++++ clangd/ClangdServer.h | 9 ++++++++ clangd/ClangdUnit.cpp | 28 ++++++++++++++++++++++++- clangd/ClangdUnit.h | 13 ++++++++++++ clangd/ClangdUnitStore.cpp | 10 +++++++++ clangd/ClangdUnitStore.h | 7 +++++-- clangd/CompileArgsCache.cpp | 44 +++++++++++++++++++++++++++++++++++++++ clangd/CompileArgsCache.h | 43 ++++++++++++++++++++++++++++++++++++++ unittests/clangd/ClangdTests.cpp | 45 ++++++++++++++++++++++++++++++++++++++++ 9 files changed, 201 insertions(+), 3 deletions(-) create mode 100644 clangd/CompileArgsCache.cpp create mode 100644 clangd/CompileArgsCache.h