[PATCH] D145302: [clangd] Add library for clangd main function

Ivan Murashko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 2 03:38:37 PDT 2023


ivanmurashko marked an inline comment as not done.
ivanmurashko added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/CMakeLists.txt:11
+  ClangdToolMain.cpp
   $<TARGET_OBJECTS:obj.clangDaemonTweaks>
   )
----------------
kadircet wrote:
> we should move this into `clangdMain` target now
Unfortunately it did not work and broke the clangd unit tests.

Note: all other comments were fixed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145302/new/

https://reviews.llvm.org/D145302



More information about the cfe-commits mailing list