[all-commits] [llvm/llvm-project] 38ddea: [libc++][format] Add basic_format_parse_context.
mordante via All-commits
all-commits at lists.llvm.org
Thu Feb 11 08:58:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38ddeade65c50343a7f6a0daec57139b07ec7807
https://github.com/llvm/llvm-project/commit/38ddeade65c50343a7f6a0daec57139b07ec7807
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M libcxx/include/__config
M libcxx/include/format
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/advance_to.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/begin.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/ctor.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/end.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.pass.cpp
A libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/types.compile.pass.cpp
Log Message:
-----------
[libc++][format] Add basic_format_parse_context.
Implements parts of:
- P0645 Text Formatting
Depends on D92214
Reland with changes:
The format header will only be compiled if the compiler used has support
for concepts. This should fix the issues with the initial version.
Differential Revision: https://reviews.llvm.org/D93166
More information about the All-commits
mailing list