From the discussion in https://discourse.llvm.org/t/how-should-we-support-dependency-scanner-for-c-20-modules/66027, we get a consensus that we want to support clang modules and c++ modules at the same time. This patch documents this intention.
Details
Details
- Reviewers
Bigcheese iains bruno - Group Reviewers
Restricted Project - Commits
- rGe12b627a35ee: [docs] Add the description about mixing use of clang modules and c++
Diff Detail
Diff Detail
Event Timeline
clang/docs/StandardCPlusPlusModules.rst | ||
---|---|---|
880 | @Bigcheese Is it worth adding something like "A big user of such mode is Objective-C++ code"? |
I would rewrite the section name as "Interoperability with Clang Modules"