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 f126d29a [clang-tidy] Correctly classify constant arrays and constant [...] new 27f4dd47 [clangd] Introduced a Context that stores implicit data
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/Context.cpp | 24 +++++ clangd/Context.h | 186 ++++++++++++++++++++++++++++++++++++++ unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/ContextTests.cpp | 57 ++++++++++++ 5 files changed, 269 insertions(+) create mode 100644 clangd/Context.cpp create mode 100644 clangd/Context.h create mode 100644 unittests/clangd/ContextTests.cpp