[all-commits] [llvm/llvm-project] b51e8a: [NFC][libc++][format] Uses uniform member signatures.

Mark de Wever via All-commits all-commits at lists.llvm.org
Fri May 12 08:48:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b51e8acd8262778d355467dca93fc6eb78f575ad
      https://github.com/llvm/llvm-project/commit/b51e8acd8262778d355467dca93fc6eb78f575ad
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M libcxx/include/__chrono/formatter.h
    M libcxx/include/__chrono/parser_std_format_spec.h
    M libcxx/include/__format/format_functions.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
    M libcxx/include/__format/formatter_tuple.h
    M libcxx/include/__format/parser_std_format_spec.h
    M libcxx/include/__format/range_formatter.h
    M libcxx/include/thread
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list