[all-commits] [llvm/llvm-project] 866fbb: [NFC][libc++] Formats granularized charconv.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Mar 16 10:56:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 866fbb8779644ae7e0f3d45341712c045596ce88
https://github.com/llvm/llvm-project/commit/866fbb8779644ae7e0f3d45341712c045596ce88
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M libcxx/include/__charconv/chars_format.h
M libcxx/include/__charconv/from_chars_integral.h
M libcxx/include/__charconv/from_chars_result.h
M libcxx/include/__charconv/tables.h
M libcxx/include/__charconv/to_chars_base_10.h
M libcxx/include/__charconv/to_chars_floating_point.h
M libcxx/include/__charconv/to_chars_integral.h
M libcxx/include/__charconv/to_chars_result.h
M libcxx/include/__charconv/traits.h
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[NFC][libc++] Formats granularized charconv.
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D146153
More information about the All-commits
mailing list