This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Add information about partially implemented features
ClosedPublic

Authored by cor3ntin on Oct 5 2021, 3:14 PM.

Details

Reviewers
aaron.ballman
Summary

Desccribe in cxx_status.html the missing parts of the partially
implemented proposals described in cxx_status.html.

Uses <details> blocks so the information appears collapsed
by default.

Diff Detail

Unit TestsFailed

Event Timeline

cor3ntin requested review of this revision.Oct 5 2021, 3:14 PM
cor3ntin created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2021, 3:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Oct 7 2021, 10:03 AM

LGTM, I think this is a great idea! I'll start using it in the c_status page as well. Thanks! (I can clean up the formatting nits when I land, so don't feel obligated to fix those.)

clang/www/cxx_status.html
917
1026
1122
This revision is now accepted and ready to land.Oct 7 2021, 10:03 AM
aaron.ballman closed this revision.Oct 7 2021, 10:08 AM

I've committed on your behalf in d456fed1a9feaa441847038d6adbb93ff3bf8f66, thanks for the improvement!