[PATCH] D113545: [C++20] [Module] Support reachable definition initially/partially
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 22 01:13:58 PDT 2022
iains added a comment.
I think it is helpful to collect the standard examples into one place (i.e. test/Modules) and name them for the standard version (i.e. cxx20-N-M-exO.cpp) .. because
- the details of the examples do change from one version of the standard to the next, because of changes in the normative text
- some of the examples illustrate more than one bullet point
- it makes it easier to find them for someone who is starting work on this area.
(not a big deal, but now we have some on one place and some in another - which is why I had missed that you already had one of the cases)
I will rebase my changes on this - and I have a patch for the 10.5 PMF issues (under test),
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113545/new/
https://reviews.llvm.org/D113545
More information about the cfe-commits
mailing list