[PATCH] D110215: [C++2a] [Module] Support extern C/C++ semantics

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 04:25:05 PST 2021


aaron.ballman added a comment.

In D110215#3139589 <https://reviews.llvm.org/D110215#3139589>, @ChuanqiXu wrote:

> Change includes:
>
> - Add parent for newly created global module fragment.
> - Add a test.
> - Rename test directory. Suddenly I found that the names of the tests in CXX directory are corresponds to the standard one by one. So my name before is not good.
>
> @aaron.ballman @urnathan It looks like @rsmith is busy now. Could you please help to review this one? Many Thanks.

@ChuanqiXu -- I'm happy to take a look (all of your modules patches are still on my review queue), but I've been in WG14 meetings all week this week and will be on vacation all week next week. Given the complexity and importance of the patches, it may be a bit before I can give this a thorough review. (If you get approval from other trusted reviewers before I get to anything, please don't let me hold any of the patches up!)


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

https://reviews.llvm.org/D110215



More information about the cfe-commits mailing list