[all-commits] [llvm/llvm-project] 1522f1: [libc++][chrono] Implements formatter month.

mordante via All-commits all-commits at lists.llvm.org
Wed Oct 5 09:36:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1522f190eb2c598f164abd0fa11530231cf0ee5e
      https://github.com/llvm/llvm-project/commit/1522f190eb2c598f164abd0fa11530231cf0ee5e
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/include/__chrono/convert_to_tm.h
    M libcxx/include/__chrono/formatter.h
    M libcxx/include/__chrono/ostream.h
    M libcxx/include/chrono
    M libcxx/test/libcxx/utilities/format/format.formatter/format.formatter.spec/formattable.compile.pass.cpp
    A libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/ostream.pass.cpp
    A libcxx/test/std/time/time.syn/formatter.month.pass.cpp
    M libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/types.compile.pass.cpp
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [libc++][chrono] Implements formatter month.

Partially implements:
- P1361 Integration of chrono with text formatting

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list