This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Validates valid weekday indexed range.
ClosedPublic

Authored by Mordante on Oct 29 2022, 3:30 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG45f81e904f20: [libc++] Validates valid weekday indexed range.
Summary

No code changes, but only increased the range in the tests.

Completes:

  • LWG3273. Specify weekday_indexed to range of [0, 7]

Diff Detail

Event Timeline

Mordante created this revision.Oct 29 2022, 3:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2022, 3:30 AM
Herald added a subscriber: arphaman. · View Herald Transcript
Mordante requested review of this revision.Oct 29 2022, 3:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2022, 3:30 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Nov 1 2022, 11:50 AM
This revision is now accepted and ready to land.Nov 1 2022, 11:50 AM
This revision was automatically updated to reflect the committed changes.