[all-commits] [llvm/llvm-project] 3ab20c: [libc++][format] Granularize formatter_output.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Mon Jul 10 10:30:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ab20c6809d4b5d35d3538422b60ea0abd527a47
https://github.com/llvm/llvm-project/commit/3ab20c6809d4b5d35d3538422b60ea0abd527a47
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__chrono/formatter.h
M libcxx/include/__format/formatter_char.h
M libcxx/include/__format/formatter_floating_point.h
M libcxx/include/__format/formatter_integral.h
M libcxx/include/__format/formatter_output.h
M libcxx/include/__format/formatter_string.h
A libcxx/include/__format/write_escaped.h
M libcxx/include/module.modulemap.in
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++][format] Granularize formatter_output.
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
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D154286
More information about the All-commits
mailing list