[libc++][format] Implements formatting pointer.
authorMark de Wever <koraq@xs4all.nl>
Sun, 3 Apr 2022 15:43:52 +0000 (17:43 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 5 Jul 2023 16:23:31 +0000 (18:23 +0200)
commita9e5773f520bed4099950b5f4b42a17151c2ef36
treee50a6eefe28c1ba8524e31c87c085684b8cdd3e4
parent1403080a1f23b27c61da524a31513c449773375d
[libc++][format] Implements formatting pointer.

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

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D153195
14 files changed:
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx2c.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/containers/container.adaptors/container.adaptors.format/format.functions.tests.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.range/format.range.formatter/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