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 494b7243 [clangd] Add missing changes for 365111 new dac92748 [clangd] Also cache failures while indexing new 68f17cbe [clangd] Store hash of command line in index shards. new 53dbcea4 [clangd] Add HadErrors field into shards new ba9f9f84 [clangd] Make HadErrors part of background index's internal state new d916306b [clangd] Turn background-index on by default
The 5 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/Headers.h | 27 +++++- clangd/index/Background.cpp | 133 +++++++++++++++++++----------- clangd/index/Background.h | 17 ++-- clangd/index/IndexAction.cpp | 13 ++- clangd/index/Serialization.cpp | 67 ++++++++++++++- clangd/index/Serialization.h | 8 +- clangd/tool/ClangdMain.cpp | 2 +- clangd/unittests/BackgroundIndexTests.cpp | 118 +++++++++++++++++++++++++- clangd/unittests/IndexActionTests.cpp | 3 +- clangd/unittests/SerializationTests.cpp | 37 ++++++++- 10 files changed, 351 insertions(+), 74 deletions(-)