[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
Sat Oct 7 19:07:46 PDT 2023


================
@@ -45,6 +45,10 @@ class GlobalCompilationDatabase {
     return std::nullopt;
   }
 
+  virtual std::vector<std::string> getAllFilesInProjectOf(PathRef File) const {
----------------
ChuanqiXu9 wrote:

Where is the example for `module_commands.json`? So that we can get a rough image.


https://github.com/llvm/llvm-project/pull/66462


More information about the cfe-commits mailing list