[all-commits] [llvm/llvm-project] c1905b: [NFC][libc++][format] Uses qualified calls.

mordante via All-commits all-commits at lists.llvm.org
Wed Dec 14 13:14:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1905b1c413c0c1cc7ab715c8b231576ea8c9561
      https://github.com/llvm/llvm-project/commit/c1905b1c413c0c1cc7ab715c8b231576ea8c9561
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M libcxx/include/__format/format_functions.h
    M libcxx/include/__format/format_parse_context.h
    M libcxx/include/__format/format_string.h
    M libcxx/include/__format/parser_std_format_spec.h

  Log Message:
  -----------
  [NFC][libc++][format] Uses qualified calls.

Changes all unqualified calls to __throw_format_error to use a qualified
call.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D140038




More information about the All-commits mailing list