[all-commits] [llvm/llvm-project] ff8a47: [libc++][nfc] Update formatting of some tests.
mordante via All-commits
all-commits at lists.llvm.org
Tue Jan 25 11:01:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff8a4766ac256e3361ef66c0765ef5b041f4dd5f
https://github.com/llvm/llvm-project/commit/ff8a4766ac256e3361ef66c0765ef5b041f4dd5f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-01-25 (Tue, 25 Jan 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++][nfc] Update formatting of some tests.
These tests were formatted with older clang-format settings, this
updates them to the current settings.
In order to implement P2216 a lot of changes to these tests are
required. This makes it easier to review those patches.
More information about the All-commits
mailing list