[PATCH] D137770: [docs] Introduce clangd part in StandardCPlusPlusModules

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 00:56:11 PST 2022


nridge added a comment.

In D137770#3919327 <https://reviews.llvm.org/D137770#3919327>, @ChuanqiXu wrote:

> And we need the compiler (clang) to parse the module file from different versions.

I think it's more likely that we'll need to get clangd to build the modules itself (or by using a clang binary whose version matches clangd).

In scenarios where the build compiler's version matches clangd, we could have a mechanism for clangd to locate and reuse the modules built by the build system.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137770/new/

https://reviews.llvm.org/D137770



More information about the cfe-commits mailing list