================
@@ -442,6 +448,9 @@ ParsedAST::build(llvm::StringRef Filename, const 
ParseInputs &Inputs,
       std::move(CI), PreamblePCH,
       llvm::MemoryBuffer::getMemBufferCopy(Inputs.Contents, Filename), VFS,
       *DiagConsumer);
+
+  // Clangd Modules TODO: refactor the command line options of `Clang` here.
----------------
ChuanqiXu9 wrote:

Done.

https://github.com/llvm/llvm-project/pull/66462
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to