[all-commits] [llvm/llvm-project] 57e20c: [libc++][format] Use granularized charconv.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Apr 7 08:49:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57e20cab5a1db877cdebce39ff2b93329ae386d6
https://github.com/llvm/llvm-project/commit/57e20cab5a1db877cdebce39ff2b93329ae386d6
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
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/chrono
M libcxx/test/libcxx/transitive_includes/cxx03.csv
M libcxx/test/libcxx/transitive_includes/cxx11.csv
M libcxx/test/libcxx/transitive_includes/cxx14.csv
M libcxx/test/libcxx/transitive_includes/cxx17.csv
M libcxx/test/libcxx/transitive_includes/cxx20.csv
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
Log Message:
-----------
[libc++][format] Use granularized charconv.
This reduces the number of transitive includes when using format.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D146240
More information about the All-commits
mailing list