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 1257732f Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/ new 582b2ea6 [clangd] Split code-completion tests out of ClangdTests. NFC.
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/CodeComplete.cpp | 11 +- unittests/clangd/CMakeLists.txt | 2 + unittests/clangd/ClangdTests.cpp | 553 +-------------------------------- unittests/clangd/CodeCompleteTests.cpp | 400 ++++++++++++++++++++++++ unittests/clangd/TestFS.cpp | 176 +++++++++++ unittests/clangd/TestFS.h | 57 ++++ 6 files changed, 640 insertions(+), 559 deletions(-) create mode 100644 unittests/clangd/CodeCompleteTests.cpp create mode 100644 unittests/clangd/TestFS.cpp create mode 100644 unittests/clangd/TestFS.h