[PATCH] D118586: [C++20][Modules] Initial handling for module partitions.

2022-02-16 Thread Iain Sandoe via Phabricator via cfe-commits
iains updated this revision to Diff 409201. iains added a comment. Update to rebase on changes to parent patches and formatting checks. while doing this made a check for module partitions more efficient. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org

[PATCH] D118586: [C++20][Modules] Initial handling for module partitions.

2022-02-15 Thread Chuanqi Xu via Phabricator via cfe-commits
ChuanqiXu added a comment. Oh, I did similar thing in our downstream version. I planned to show it in next few weeks. Now it looks I could only give up on it... Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118586/new/ https://reviews.llvm.org/D11

[PATCH] D118586: [C++20][Modules] Initial handling for module partitions.

2022-02-15 Thread Iain Sandoe via Phabricator via cfe-commits
iains created this revision. iains updated this revision to Diff 405588. iains added a comment. iains updated this revision to Diff 405590. iains updated this revision to Diff 408760. iains updated this revision to Diff 408855. iains added reviewers: rsmith, urnathan, ChuanqiXu. iains published thi