This is an archive of the discontinued LLVM Phabricator instance.

[libc++][doc] Adds Kona plenary papers and issues.
ClosedPublic

Authored by Mordante on Dec 20 2022, 8:10 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG44ea075d9ce3: [libc++][doc] Adds Kona plenary papers and issues.
Summary

Directly marked entries with Nothing to do where applicable.

Diff Detail

Event Timeline

Mordante created this revision.Dec 20 2022, 8:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 8:10 AM
Mordante requested review of this revision.Dec 20 2022, 8:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2022, 8:10 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik added inline comments.
libcxx/docs/Status/Cxx2bPapers.csv
98

I don't think we normally track TS papers, do we? Same question for P1478R8 and P2396R1. If we do IMO it would make sense to mark them with something like |Concurrency TS|

99

@ldionne Do you know if this is implemented in libc++?

105

This seems to exclusively be core wording and has nothing to do with the library.

Mordante marked an inline comment as done.Dec 20 2022, 8:59 AM

Thanks for the review!

libcxx/docs/Status/Cxx2bPapers.csv
98

We at least track LWG issues for them. Adding a label to them sounds like a good idea.

99

I assume we don't, but I noticed the author too.

105

A yes I was mistaking it for the static operator(), but that's a different paper.

ldionne accepted this revision.Dec 21 2022, 6:22 AM
ldionne added inline comments.
libcxx/docs/Status/Cxx2bPapers.csv
99

Yes, it is implemented already. We can mark it as done since 396145d0da19e49557b541fca2b97d48757fe3dc, which I guess was LLVM 8.

This revision is now accepted and ready to land.Dec 21 2022, 6:22 AM
Mordante marked 4 inline comments as done.Dec 21 2022, 8:28 AM

Thanks for the reviews!

libcxx/docs/Status/Cxx2bPapers.csv
99

Thanks for the info!
Based on the LLVM release info LLVM 8.0 was released 20 Mar 2019 and that patch landed on 5 Apr 2019. Based on that I'll mark it as LLVM 9.0.

This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.