[libcxx-commits] [PATCH] D93593: [libc++][format] Add __format_arg_store.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 1 11:37:39 PST 2021


Mordante updated this revision to Diff 320543.
Mordante edited the summary of this revision.
Mordante added a comment.

- Fixed spelling errors
- Only depend on our own concepts and no longer use `#ifdef` for not yet implement ed concepts.
- Use MKSTR instead of make_string
- Added synopsis
- Targeted release paper for libc++ 13 instead of 12.
- Ran clang-format (fixes formatting of `if constexpr`)
- Rebased and use `__throw_format_error` instead of `__format::__throw_error`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93593/new/

https://reviews.llvm.org/D93593

Files:
  libcxx/docs/Cxx2aStatusIssuesStatus.csv
  libcxx/include/format
  libcxx/test/std/utilities/format/format.arguments/format.arg.store/class.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.arg.store/make_format_args.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.arg.store/make_wformat_args.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.arg/ctor.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.arg/operator_bool.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.arg/visit_format_arg.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.args/__size.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.args/ctor.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.args/get.pass.cpp
  libcxx/test/std/utilities/format/format.arguments/format.args/types.compile.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/advance_to.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/arg.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/ctor.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/locale.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/out.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.context/types.compile.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.verify.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93593.320543.patch
Type: text/x-patch
Size: 88222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210201/42001c96/attachment-0001.bin>


More information about the libcxx-commits mailing list