[PATCH] D153114: [clangd] [C++20] [Modules] Support C++20 modules for clangd
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 07:49:40 PDT 2023
ChuanqiXu added a comment.
BTW, I have a question about supporting header modules (including clang header modules and C++20 header units) in static analysing tools (including clangd), "why can't we fallback to include the corresponding headers simply?". So I still feel it is not a problem to support header modules in static tools. Since I feel the semantics of header modules is almost transparent to other tools.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153114/new/
https://reviews.llvm.org/D153114
More information about the cfe-commits
mailing list