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 (
hokein created this revision.
hokein added a reviewer: sammccall.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay, ioeric,
ilya-biryukov, mgorny, srhines.
Also add a missing MPI module.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D57043
Files:
clangd/CMakeLi