This is an archive of the discontinued LLVM Phabricator instance.

[libc++][doc] Mark LWG-3720 as "Nothing to do"
AbandonedPublic

Authored by fsb4000 on Mar 1 2023, 3:50 PM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Summary

Diff Detail

Event Timeline

fsb4000 created this revision.Mar 1 2023, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2023, 3:50 PM
fsb4000 requested review of this revision.Mar 1 2023, 3:50 PM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptMar 1 2023, 3:50 PM
Mordante added inline comments.Mar 2 2023, 11:05 AM
libcxx/docs/Status/Cxx2bIssues.csv
253

Actually I disagree with this statement, see D144326

fsb4000 added inline comments.Mar 2 2023, 3:07 PM
libcxx/docs/Status/Cxx2bIssues.csv
253

Ok.

I thought __i128 and __u128 are supported as libc++ extension.

fsb4000 abandoned this revision.Mar 2 2023, 3:07 PM
Mordante added inline comments.Mar 3 2023, 8:51 AM
libcxx/docs/Status/Cxx2bIssues.csv
253

They are, but the LWG issue's wording explicitly mentions standard signed or unsigned integer. My original wording didn't contain the word standard, but during LWG review that was added. Therefore I wanted to remove 128-bit support here.