[all-commits] [llvm/llvm-project] 84cdfb: [libc++][format] Fixes default string alignment.
mordante via All-commits
all-commits at lists.llvm.org
Tue Nov 1 12:22:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84cdfbcd5558ebbdec091c7ff68de286bb6ef760
https://github.com/llvm/llvm-project/commit/84cdfbcd5558ebbdec091c7ff68de286bb6ef760
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M libcxx/include/__format/formatter_string.h
M libcxx/test/std/utilities/format/format.functions/escaped_output.ascii.pass.cpp
M libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
M libcxx/test/std/utilities/format/format.functions/format_tests.h
Log Message:
-----------
[libc++][format] Fixes default string alignment.
Fixes https://llvm.org/PR58315
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D137017
More information about the All-commits
mailing list