[all-commits] [llvm/llvm-project] 3eb4f1: [libc++][chrono] Implements formatter year.

mordante via All-commits all-commits at lists.llvm.org
Wed Oct 5 08:01:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3eb4f16b446ed4619d5c2ddeaec06040c83f189c
      https://github.com/llvm/llvm-project/commit/3eb4f16b446ed4619d5c2ddeaec06040c83f189c
  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/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx2b.csv
    M libcxx/test/libcxx/utilities/format/format.formatter/format.formatter.spec/formattable.compile.pass.cpp
    A libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ostream.pass.cpp
    A libcxx/test/std/time/time.syn/formatter.year.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 year.

Partially implements:
- P1361 Integration of chrono with text formatting

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list