[libcxx-commits] [PATCH] D103433: [libc++][format] Adds integer formatter.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 18 09:44:59 PDT 2021


Mordante updated this revision to Diff 359633.
Mordante marked 7 inline comments as done.
Mordante added a comment.

Rebase
Addresses review comments
Contrain the formatter to the allowed character types
Use private module headers
Guard unit tests for implementation details


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103433

Files:
  libcxx/docs/Status/Cxx20Issues.csv
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/formatter.h
  libcxx/include/__format/formatter_integer.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
  libcxx/test/std/utilities/format/format.functions/tests.inc
  libcxx/test/std/utilities/format/format.string/format.string.std/concepts_precision.h
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_integer.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103433.359633.patch
Type: text/x-patch
Size: 87519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210718/a891b0e4/attachment-0001.bin>


More information about the libcxx-commits mailing list