[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 03:35:17 PST 2020


Mordante updated this revision to Diff 308009.
Mordante marked an inline comment as done.
Mordante added a comment.

Properly guard the code in format.cpp to only be used in C++20 mode.
Update the x86_64 ABI list.
Note the Apple ABI list is still out of date.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92214

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/format
  libcxx/include/module.modulemap
  libcxx/include/version
  libcxx/lib/abi/x86_64-unknown-linux-gnu.v1.abilist
  libcxx/src/CMakeLists.txt
  libcxx/src/format.cpp
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/format.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/format/format.error/format.error.pass.cpp
  libcxx/test/std/utilities/format/version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92214.308009.patch
Type: text/x-patch
Size: 24837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201127/049fd721/attachment-0001.bin>


More information about the libcxx-commits mailing list