[libcxx-commits] [PATCH] D153195: [libc++][format] Implements formatting pointer.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 17 04:02:00 PDT 2023


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

The feature is applied as DR instead of a normal paper. MSVC STL and
libstdc++ will do the same.

Implements

- P2510R3 Formatting pointers

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153195

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2cPapers.csv
  libcxx/docs/Status/FormatIssues.csv
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/__format/formatter_pointer.h
  libcxx/include/__format/parser_std_format_spec.h
  libcxx/test/std/utilities/format/format.functions/format_tests.h
  libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.tests.h
  libcxx/test/std/utilities/format/format.tuple/format.functions.tests.h
  libcxx/test/support/format.functions.common.h
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153195.532380.patch
Type: text/x-patch
Size: 13533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230617/95381796/attachment.bin>


More information about the libcxx-commits mailing list