[all-commits] [llvm/llvm-project] 6a18bd: [libc++][format] Propagate `m` when formatting ran...
A. Jiang via All-commits
all-commits at lists.llvm.org
Tue Jun 9 01:24:28 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a18bd7be02b5f2f663018a5ab30ac12b2d3a00e
https://github.com/llvm/llvm-project/commit/6a18bd7be02b5f2f663018a5ab30ac12b2d3a00e
Author: A. Jiang <de34 at live.cn>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M libcxx/include/__format/range_formatter.h
M libcxx/test/std/utilities/format/format.range/format.range.fmtset/format.functions.tests.h
M libcxx/test/std/utilities/format/format.range/format.range.formatter/format.functions.tests.h
Log Message:
-----------
[libc++][format] Propagate `m` when formatting range elements (#94562)
As per
[[tab:formatter.range.type]](https://eel.is/c++draft/tab:formatter.range.type),
the effects of the `m` option need to be propagated to the formatter of
range elements.
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list