[all-commits] [llvm/llvm-project] 92d9f2: [libc++] Implements Runtime format strings II. (#7...
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Nov 24 08:30:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92d9f232dd627eea8bd2c825c539b28374bbfa69
https://github.com/llvm/llvm-project/commit/92d9f232dd627eea8bd2c825c539b28374bbfa69
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-11-24 (Fri, 24 Nov 2023)
Changed paths:
M libcxx/docs/ReleaseNotes/18.rst
M libcxx/docs/Status/Cxx2cPapers.csv
M libcxx/docs/Status/FormatIssues.csv
M libcxx/include/__format/format_functions.h
M libcxx/include/format
M libcxx/modules/std/format.inc
A libcxx/test/std/utilities/format/format.fmt.string/ctor.runtime-format-string.pass.cpp
A libcxx/test/std/utilities/format/format.functions/format.locale.runtime_format.pass.cpp
A libcxx/test/std/utilities/format/format.functions/format.runtime_format.pass.cpp
A libcxx/test/std/utilities/format/format.syn/runtime_format_string.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implements Runtime format strings II. (#72543)
Implements
- P2918R2 Runtime format strings II
More information about the All-commits
mailing list