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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 23 12:28:07 PDT 2021


Mordante updated this revision to Diff 361302.
Mordante added a comment.

etarget for LLVM 14.
s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/
Guard better against ADL
Move internal unit tests
Generate private module tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103357

Files:
  libcxx/docs/Status/Cxx20Issues.csv
  libcxx/docs/Status/Format.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/__availability
  libcxx/include/__format/format_arg.h
  libcxx/include/__format/format_args.h
  libcxx/include/__format/format_context.h
  libcxx/include/__format/format_fwd.h
  libcxx/include/concepts
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/include/type_traits
  libcxx/test/libcxx/diagnostics/detail.headers/format/format_arg.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/format/format_args.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/format/format_context.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/format/format_fwd.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/format/formatter.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/format/parser_std_format_spec.module.verify.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.context/advance_to.pass.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.context/arg.pass.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.context/ctor.pass.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.context/locale.pass.cpp
  libcxx/test/libcxx/utilities/format/format.formatter/format.context/out.pass.cpp
  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_format_args.sh.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/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/types.compile.pass.cpp
  libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.verify.cpp
  libcxx/test/support/test_basic_format_arg.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103357.361302.patch
Type: text/x-patch
Size: 105957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210723/00995bb0/attachment-0001.bin>


More information about the libcxx-commits mailing list