[all-commits] [llvm/llvm-project] 45f81e: [libc++] Validates valid weekday indexed range.
mordante via All-commits
all-commits at lists.llvm.org
Tue Nov 1 12:21:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45f81e904f20e761743b4a1a16c5e31fe820149c
https://github.com/llvm/llvm-project/commit/45f81e904f20e761743b4a1a16c5e31fe820149c
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/test/std/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/index.pass.cpp
Log Message:
-----------
[libc++] Validates valid weekday indexed range.
No code changes, but only increased the range in the tests.
Completes:
- LWG3273. Specify weekday_indexed to range of [0, 7]
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D137015
More information about the All-commits
mailing list