[PATCH] D145302: [clangd] Add library for clangd main function
Ivan Murashko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 21 10:04:52 PDT 2023
ivanmurashko updated this revision to Diff 507029.
ivanmurashko added a comment.
The change addresses comments from D145228 <https://reviews.llvm.org/D145228>. The only one header is copied as a part of the installation. As result the diff contains the minimal changes required to integrated clangd into custom build systems (different from CMake).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145302/new/
https://reviews.llvm.org/D145302
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/tool/CMakeLists.txt
clang-tools-extra/clangd/tool/ClangdMain.cpp
clang-tools-extra/clangd/tool/ClangdMain.h
clang-tools-extra/clangd/tool/ClangdToolMain.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145302.507029.patch
Type: text/x-patch
Size: 4546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230321/90335169/attachment.bin>
More information about the cfe-commits
mailing list