llvm-project/libcxx/test/std/input.output/iostreams.base
Jake Egan 3e87719177 [libc++] Fix initialization of __fill_
`basic_ios` delays initialization of `__fill_` to `widen(' ')` until `fill()` is called. But, `fill(char_type)` is missing this logic, so the fill character does not get initialized to whitespace if `fill(char_type)` is called first. This patch adds this logic to `fill(char_type)`.

Reviewed By: #libc, ldionne, Quuxplusone

Differential Revision: https://reviews.llvm.org/D120751
2022-03-03 09:28:49 -05:00
..
fpos [libc++] Move fpos into its own header 2022-02-04 21:53:43 +01:00
ios [libc++] Fix initialization of __fill_ 2022-03-03 09:28:49 -05:00
ios.base [libc++] Clarify the name of Lit features related to standard library selection 2021-09-28 16:15:25 -04:00
std.ios.manip
stream.types
is_error_code_enum_io_errc.pass.cpp [libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers. 2021-06-28 12:55:26 -04:00
lit.local.cfg [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00