[libcxx-commits] [PATCH] D154286: [libc++][format] Granularize formatter_output.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 8 05:23:32 PDT 2023


Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 536584.
Mordante added a comment.
Mordante updated this revision to Diff 538176.
Mordante updated this revision to Diff 538341.
Mordante published this revision for review.
Mordante added reviewers: hans, ldionne.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

CI fixes.


Mordante added a comment.

CI fixes.


Mordante added a comment.

CI fixes.


This should reduce the size of the transitive includes for the vector header.
Note the header still quite large so the difference may be small.

Depends on D154122 <https://reviews.llvm.org/D154122>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154286

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__chrono/formatter.h
  libcxx/include/__format/formatter_char.h
  libcxx/include/__format/formatter_floating_point.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/__format/formatter_output.h
  libcxx/include/__format/formatter_string.h
  libcxx/include/__format/write_escaped.h
  libcxx/include/module.modulemap.in
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154286.538341.patch
Type: text/x-patch
Size: 30765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230708/84b5029e/attachment-0001.bin>


More information about the libcxx-commits mailing list