llvm-project/libcxx/include/__chrono
Louis Dionne d529e8110b [libc++] Fix compilation error on platforms that don't implement std::tm
Instead of mentioning tm directly in the definition of __convert_to_tm,
take it as a template argument. As a fly-by also fix incorrect Lit feature
(should have been no-localization instead of libcpp-has-no-localization).

Differential Revision: https://reviews.llvm.org/D133490
2022-09-08 18:10:53 -04:00
..
calendar.h [NFC][libc++] Modularize chrono's calendar. 2022-04-06 17:47:53 +02:00
convert_to_timespec.h [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
convert_to_tm.h [libc++] Fix compilation error on platforms that don't implement std::tm 2022-09-08 18:10:53 -04:00
day.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
duration.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
file_clock.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
formatter.h [libc++] Fix compilation error on platforms that don't implement std::tm 2022-09-08 18:10:53 -04:00
hh_mm_ss.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
high_resolution_clock.h [libc++] Revert "Protect users from relying on detail headers" & related changes 2022-03-01 08:20:24 -05:00
literals.h [NFC][libc++] Modularize chrono's calendar. 2022-04-06 17:47:53 +02:00
month.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
month_weekday.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
monthday.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
ostream.h [libc++][chrono] Implements formatter day. 2022-09-07 18:44:04 +02:00
parser_std_format_spec.h [libc++][chrono] Implements formatter day. 2022-09-07 18:44:04 +02:00
statically_widen.h [libc++][chrono] Implements formatter day. 2022-09-07 18:44:04 +02:00
steady_clock.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
system_clock.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
time_point.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
weekday.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
year.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
year_month.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
year_month_day.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
year_month_weekday.h [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00