[clang-tools-extra] [clangd] [C++20] [Modules] Introduce initial support for C++20 Modules (PR #66462)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 18 05:03:43 PDT 2024
================
@@ -161,6 +163,7 @@ clang_target_link_libraries(clangDaemon
clangAST
clangASTMatchers
clangBasic
+ clangDependencyScanning
----------------
ChuanqiXu9 wrote:
It looks like it comes from https://github.com/llvm/llvm-project/blob/b634e057ddecc41dce046887d0f0854fed305374/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp#L489-L490
but clangd didn't touch this function. So it might be possible to split that. I'll file an issue to track this.
https://github.com/llvm/llvm-project/pull/66462
More information about the cfe-commits
mailing list