[all-commits] [llvm/llvm-project] 081c1d: [libc++] Implement format_error.
mordante via All-commits
all-commits at lists.llvm.org
Thu Jan 28 09:07:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 081c1db02dd2b48cf736d44862f7d7e8c2869577
https://github.com/llvm/llvm-project/commit/081c1db02dd2b48cf736d44862f7d7e8c2869577
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M libcxx/docs/Cxx2aStatusPaperStatus.csv
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/include/CMakeLists.txt
A libcxx/include/format
M libcxx/include/module.modulemap
M libcxx/include/version
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
M libcxx/src/CMakeLists.txt
A libcxx/src/format.cpp
M libcxx/test/libcxx/double_include.sh.cpp
M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
A libcxx/test/std/language.support/support.limits/support.limits.general/format.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
A libcxx/test/std/utilities/format/format.error/format.error.pass.cpp
A libcxx/test/std/utilities/format/version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implement format_error.
This is the first step at implementing <format>. It adds the <format> header
and implements the `format_error`. class.
Implemnts parts of:
-P0645 Text Formatting
Reviewed By: ldionne, #libc, miscco, curdeius
Differential Revision: https://reviews.llvm.org/D92214
More information about the All-commits
mailing list