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

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


Mordante created this revision.
Herald added a subscriber: mgorny.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

WIP patch to test CI.

Depends on D103466 <https://reviews.llvm.org/D103466>


Repository:
  rG LLVM Github Monorepo

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.349771.patch
Type: text/x-patch
Size: 38997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210604/d8a75ea3/attachment-0001.bin>


More information about the libcxx-commits mailing list