This is an archive of the discontinued LLVM Phabricator instance.

Add papers adopted by the C++ committee in the June 2021 plenary.
ClosedPublic

Authored by cor3ntin on Jun 28 2021, 6:39 AM.

Details

Reviewers
aaron.ballman

Diff Detail

Event Timeline

cor3ntin requested review of this revision.Jun 28 2021, 6:39 AM
cor3ntin created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2021, 6:39 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin updated this revision to Diff 354882.Jun 28 2021, 6:44 AM

Fix status of P2201

Shouldn't the "yes/Yes" entries display Clang major version numbers instead?
Throughout, "NO" should be "No" (compare to lines 1221 and 1226).

clang/www/cxx_status.html
1287

<td><tt>if consteval</tt></td>

aaron.ballman added inline comments.Jun 28 2021, 6:58 AM
clang/www/cxx_status.html
1289

Same fix applies elsewhere

1294

You should find out which version of Clang this support was introduced in and list the version explicitly. We typically use "Yes" for "it's always been like this".

In this case, this one is Clang 13 and unreleased (rather than "full").

1319
cor3ntin updated this revision to Diff 354891.Jun 28 2021, 7:18 AM

Fix cases

cor3ntin updated this revision to Diff 354892.Jun 28 2021, 7:20 AM

Fix status of P2156R1

cor3ntin added inline comments.Jun 28 2021, 7:34 AM
clang/www/cxx_status.html
1294

Right, I did check for the wrong thing

This revision is now accepted and ready to land.Jun 28 2021, 7:41 AM

I've commit on your behalf in 18c3c7784975700ae463bb461487d46e74324a66, thanks!

@cor3ntin do you have any interest in making a similar patch for the LWG issues? :)