[all-commits] [llvm/llvm-project] d78624: [NFC][libc++] Modularize chrono's calendar.

mordante via All-commits all-commits at lists.llvm.org
Wed Apr 6 08:48:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d78624975b4376e1758fb9b78fdc5bfea7be875a
      https://github.com/llvm/llvm-project/commit/d78624975b4376e1758fb9b78fdc5bfea7be875a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__chrono/calendar.h
    A libcxx/include/__chrono/day.h
    A libcxx/include/__chrono/hh_mm_ss.h
    A libcxx/include/__chrono/literals.h
    A libcxx/include/__chrono/month.h
    A libcxx/include/__chrono/month_weekday.h
    A libcxx/include/__chrono/monthday.h
    A libcxx/include/__chrono/weekday.h
    A libcxx/include/__chrono/year.h
    A libcxx/include/__chrono/year_month.h
    A libcxx/include/__chrono/year_month_day.h
    A libcxx/include/__chrono/year_month_weekday.h
    M libcxx/include/chrono
    M libcxx/include/module.modulemap
    M libcxx/test/libcxx/private_headers.verify.cpp

  Log Message:
  -----------
  [NFC][libc++] Modularize chrono's calendar.

The is a followup of 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.

Reviewed By: ldionne, #libc, philnik

Differential Revision: https://reviews.llvm.org/D122995




More information about the All-commits mailing list