[libcxx-commits] [PATCH] D154122: [libc++][format] Removes unneeded includes.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 30 08:16:54 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 535993.
Mordante added a comment.
Mordante published this revision for review.
Mordante added subscribers: iana, hans.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Retrigger CI


Mordante added a comment.

@hans These are some removals, this might help a tiny bit with D149543 <https://reviews.llvm.org/D149543>. I try to look at the core issue this weekend.

@iana Does removing these header affect your module patches?


I did a manual review after the post-review comments in D149543 <https://reviews.llvm.org/D149543>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154122

Files:
  libcxx/include/__chrono/formatter.h
  libcxx/include/__format/container_adaptor.h
  libcxx/include/__format/format_arg.h
  libcxx/include/__format/format_arg_store.h
  libcxx/include/__format/format_functions.h
  libcxx/include/__format/formatter_bool.h
  libcxx/include/__format/formatter_string.h
  libcxx/include/__format/formatter_tuple.h
  libcxx/include/__format/parser_std_format_spec.h
  libcxx/include/__format/range_default_formatter.h
  libcxx/include/__format/range_formatter.h
  libcxx/include/__format/unicode.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154122.535993.patch
Type: text/x-patch
Size: 7170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230630/04b5503b/attachment.bin>


More information about the libcxx-commits mailing list