[libcxx-commits] [PATCH] D103425: [libc++][format] Adds string formatter.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 31 12:32:29 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 D103413 <https://reviews.llvm.org/D103413>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103425

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__format/formatter.h
  libcxx/include/__format/formatter_string.h
  libcxx/include/format
  libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.c_string.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.const_char_array.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.string.pass.cpp
  libcxx/test/std/utilities/format/format.functions/format.pass.cpp
  libcxx/test/std/utilities/format/format.functions/formatted_size.pass.cpp
  libcxx/test/std/utilities/format/format.functions/tests.inc
  libcxx/test/std/utilities/format/format.functions/vformat.pass.cpp
  libcxx/test/std/utilities/format/format.string/format.string.std/std_format_spec_string.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103425.348853.patch
Type: text/x-patch
Size: 40384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210531/d416bb2c/attachment-0001.bin>


More information about the libcxx-commits mailing list