[PATCH] D124909: Fix issues with using clangd with C++ modules

Kugan Vivekanandarajah via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 7 08:34:14 PDT 2022


kuganv added a comment.

@sammccall, What are the first steps that is needed for supporting modules with clangd. From what I see, options related to handling comments  that are specifically added to the compile options by clangd needs handling. This  RFC diff is on that note.

AFIK, since, clangd relies on clang proper for compilation action, I thought the module semantics would work as in normal clang compilation. I could be completely wrong here and  missing some details.

I am happy to look into any other requirements and iterate the diff to get it to where we want it to be acceptable by the community.  Any feedback welcome.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124909



More information about the cfe-commits mailing list