[all-commits] [llvm/llvm-project] e885b1: [libc++][format[[nfc] Use string_view in tests.
mordante via All-commits
all-commits at lists.llvm.org
Tue Feb 8 08:31:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e885b1137bcbbdd732bab02a4dd02a6222711815
https://github.com/llvm/llvm-project/commit/e885b1137bcbbdd732bab02a4dd02a6222711815
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M libcxx/test/std/utilities/format/format.functions/format.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_tests.h
M libcxx/test/std/utilities/format/format.functions/format_to.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_to.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_to_n.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_to_n.pass.cpp
M libcxx/test/std/utilities/format/format.functions/formatted_size.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/formatted_size.pass.cpp
M libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
M libcxx/test/std/utilities/format/format.functions/vformat.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/vformat.pass.cpp
M libcxx/test/std/utilities/format/format.functions/vformat_to.locale.pass.cpp
M libcxx/test/std/utilities/format/format.functions/vformat_to.pass.cpp
Log Message:
-----------
[libc++][format[[nfc] Use string_view in tests.
This change is a preparation for adapting the tests for
P2216 std::format improvements
Reviewed By: #libc, Quuxplusone, ldionne
Differential Revision: https://reviews.llvm.org/D118717
More information about the All-commits
mailing list