[libcxx-commits] [PATCH] D122995: [NFC][libc++] Modularize chrono's calendar.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 3 07:01:38 PDT 2022
Mordante created this revision.
Mordante added a reviewer: ldionne.
Herald added a subscriber: mgorny.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
The is a followup of D116965 <https://reviews.llvm.org/D116965> to split the calendar header. This is a
preparation to add the formatters for the chrono header.
The code is only moved no other changes have been made.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122995
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__chrono/calendar.h
libcxx/include/__chrono/day.h
libcxx/include/__chrono/hh_mm_ss.h
libcxx/include/__chrono/literals.h
libcxx/include/__chrono/month.h
libcxx/include/__chrono/month_weekday.h
libcxx/include/__chrono/monthday.h
libcxx/include/__chrono/weekday.h
libcxx/include/__chrono/year.h
libcxx/include/__chrono/year_month.h
libcxx/include/__chrono/year_month_day.h
libcxx/include/__chrono/year_month_weekday.h
libcxx/include/chrono
libcxx/include/module.modulemap
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122995.420050.patch
Type: text/x-patch
Size: 132616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220403/63f6e2c3/attachment-0001.bin>
More information about the libcxx-commits
mailing list