[libcxx-commits] [PATCH] D140038: [NFC][libc++][format] Uses qualified calls.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 14 11:20:35 PST 2022


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140038

Files:
  libcxx/include/__format/format_functions.h
  libcxx/include/__format/format_parse_context.h
  libcxx/include/__format/format_string.h
  libcxx/include/__format/parser_std_format_spec.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140038.482942.patch
Type: text/x-patch
Size: 11507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221214/6d5c7b75/attachment-0001.bin>


More information about the libcxx-commits mailing list