[PATCH] D57043: [clangd] Use the shared forced-linking code.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 22 04:31:34 PST 2019
sammccall added inline comments.
================
Comment at: clangd/CMakeLists.txt:110
+if( CLANG_ENABLE_STATIC_ANALYZER )
+ target_link_libraries(clangDaemon PRIVATE
----------------
clangd doesn't support the static analyzer.
Fundamentally I don't know how to enforce the partial-traversal (needed for performance).
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57043/new/
https://reviews.llvm.org/D57043
More information about the cfe-commits
mailing list