summaryrefslogtreecommitdiff
path: root/libcxx/utils
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-05-06 13:28:46 +0200
committerMark de Wever <koraq@xs4all.nl>2023-05-12 17:48:23 +0200
commitb51e8acd8262778d355467dca93fc6eb78f575ad (patch)
treead75083c2bf96cb3021e53867e588894971503f9 /libcxx/utils
parentfd556368a1a85eda27c2490331646b2913f16527 (diff)
downloadllvm-b51e8acd8262778d355467dca93fc6eb78f575ad.tar.gz
[NFC][libc++][format] Uses uniform member signatures.
The newer formatters for (tuple, vector<bool>::reference) specify the formatter's parse and format member function. This signature is slightly different from the signature for existing formatters. Adapt the existing formatters to the new style. Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D150034
Diffstat (limited to 'libcxx/utils')
-rw-r--r--libcxx/utils/data/ignore_format.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/data/ignore_format.txt b/libcxx/utils/data/ignore_format.txt
index b19f5cf1bf7a..c1e43be36434 100644
--- a/libcxx/utils/data/ignore_format.txt
+++ b/libcxx/utils/data/ignore_format.txt
@@ -356,7 +356,6 @@ libcxx/include/__format/format_error.h
libcxx/include/__format/format_functions.h
libcxx/include/__format/format_parse_context.h
libcxx/include/__format/format_string.h
-libcxx/include/__format/formatter_bool.h
libcxx/include/__format/formatter_char.h
libcxx/include/__format/formatter_floating_point.h
libcxx/include/__format/formatter.h