[libcxx-commits] [PATCH] D103670: [libc++][format] Adds bool formatter.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 30 11:18:46 PDT 2021


Mordante updated this revision to Diff 355638.
Mordante edited the summary of this revision.
Mordante added a comment.

Rebased and updated:

- Address some changes from previous patches
- Minor cleanups and comment improvements
- Added a module map


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103670

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/formatter_bool.h
  libcxx/include/format
  libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.bool.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format_to.locale.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
  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.functions/vformat_to.locale.pass.cpp
  libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_bool.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103670.355638.patch
Type: text/x-patch
Size: 41103 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210630/28e2b9da/attachment-0001.bin>


More information about the libcxx-commits mailing list