[all-commits] [llvm/llvm-project] a595fc: [NFC][libc++][format] Renames __char_type concept.
mordante via All-commits
all-commits at lists.llvm.org
Wed Aug 31 10:21:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a595fcf9b45cfbf7e76cc512555df8250e1aeb66
https://github.com/llvm/llvm-project/commit/a595fcf9b45cfbf7e76cc512555df8250e1aeb66
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M libcxx/include/__format/buffer.h
M libcxx/include/__format/concepts.h
M libcxx/include/__format/formatter.h
M libcxx/include/__format/formatter_bool.h
M libcxx/include/__format/formatter_char.h
M libcxx/include/__format/formatter_floating_point.h
M libcxx/include/__format/formatter_integer.h
M libcxx/include/__format/formatter_integral.h
M libcxx/include/__format/formatter_pointer.h
M libcxx/include/__format/formatter_string.h
Log Message:
-----------
[NFC][libc++][format] Renames __char_type concept.
Move the concept to the concepts header and uses a name in the style of
P2286.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D131176
More information about the All-commits
mailing list