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 5c5bb394 Assume the shared library path variable is LD_LIBRARY_PATH on [...] new 9dcc79f6 [clangd] Add support for different file URI schemas.
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/URI.cpp | 199 ++++++++++++++++++++++++++++++++++++ clangd/URI.h | 101 ++++++++++++++++++ unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/URITests.cpp | 220 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 522 insertions(+) create mode 100644 clangd/URI.cpp create mode 100644 clangd/URI.h create mode 100644 unittests/clangd/URITests.cpp