[libcxx-commits] [PATCH] D103368: [libc++][format] Adds parser std-format-spec.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 15 11:15:22 PDT 2021


Mordante updated this revision to Diff 359062.
Mordante added a comment.

Rebased
Made module headers private
Addresses review comments
Removed unit tests no longer required due change to the `parser_no` changes
Marked other unit tests as libc++ specific


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103368/new/

https://reviews.llvm.org/D103368

Files:
  libcxx/docs/Status/Cxx20Issues.csv
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/format_string.h
  libcxx/include/__format/formatter.h
  libcxx/include/__format/parser_std_format_spec.h
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_alternate_form.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_fill_align.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_locale_specific_form.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_precision.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_sign.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_type.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_width.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_zero_padding.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/test_exception.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103368.359062.patch
Type: text/x-patch
Size: 63271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210715/aa293370/attachment-0001.bin>


More information about the libcxx-commits mailing list