diff options
| author | Mark de Wever <koraq@xs4all.nl> | 2023-02-17 18:55:48 +0100 |
|---|---|---|
| committer | Mark de Wever <koraq@xs4all.nl> | 2023-03-04 13:59:49 +0100 |
| commit | 7e4639d28f44dd8988ddb5fcc6063de96e3539cd (patch) | |
| tree | a20ff2628dc6ea09396e480bf6e74246b7751ddc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
| parent | faacf8bca33716a07c74a4996e87df1bc673d7ea (diff) | |
| download | llvm-7e4639d28f44dd8988ddb5fcc6063de96e3539cd.zip llvm-7e4639d28f44dd8988ddb5fcc6063de96e3539cd.tar.gz llvm-7e4639d28f44dd8988ddb5fcc6063de96e3539cd.tar.bz2 | |
[libc++][format] Fixes formatting vector<bool>
Formatting a const qualified vector<bool> fails to work on libc++. This
is due to our non-conforming type for vector<bool>::const_reference. The
type is a __bit_const_reference<vector> instead of a bool. (This is
fixed in ABI v2.)
This fixes this formatter and enables the test written for it.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D144279
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions
