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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 3 12:44:22 PDT 2021


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

- Rebase
- Fix octal buffer size off by 1.
- Add test for maximum integral values.
- Fixes Windows issue
- Polishing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103433

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/docs/Cxx2aStatusPaperStatus.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/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.349658.patch
Type: text/x-patch
Size: 85133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210603/7963481f/attachment-0001.bin>


More information about the libcxx-commits mailing list