[all-commits] [llvm/llvm-project] 5eaba4: [libc++][format] Fix floating point formatting.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Mar 7 09:58:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eaba4a9b1899ce16785b05854bddd39d54b0266
https://github.com/llvm/llvm-project/commit/5eaba4a9b1899ce16785b05854bddd39d54b0266
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M libcxx/include/__format/formatter_floating_point.h
M libcxx/test/std/utilities/format/format.functions/format_tests.h
Log Message:
-----------
[libc++][format] Fix floating point formatting.
Fixes llvm.org/PR58714 reported by @jwakely and a similar issue
reported privately by @vitaut.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D145306
More information about the All-commits
mailing list