[libcxx-commits] [PATCH] D121530: [WIP][libc++][format] Implement format-string.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 12 10:55:04 PST 2022
Mordante created this revision.
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++.
Implements the compile-time checking of the formatting arguments.
The code is incomplete and will fail in the CI.
Completes:
- P2216 <https://reviews.llvm.org/P2216> std::format improvements
Depends on D121514 <https://reviews.llvm.org/D121514>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121530
Files:
libcxx/docs/Status/Cxx20Papers.csv
libcxx/include/__format/parser_std_format_spec.h
libcxx/include/format
libcxx/test/std/utilities/format/format.functions/format.pass.cpp
libcxx/test/std/utilities/format/format.functions/format.verify.cpp
libcxx/test/std/utilities/format/format.functions/format_tests.h
libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121530.414864.patch
Type: text/x-patch
Size: 54693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220312/2416b745/attachment-0001.bin>
More information about the libcxx-commits
mailing list