diff options
author | Mark de Wever <koraq@xs4all.nl> | 2021-12-14 19:46:10 +0100 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2022-01-24 18:14:41 +0100 |
commit | 2b8b48c5a0c40d33569c74924f72cc31055a7b56 (patch) | |
tree | dada8ee81d6e61b7d1a0b284c85b003ff313ca2c /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 787ccd345cbb3a569ba751580bb806552b4b6e57 (diff) | |
download | llvm-2b8b48c5a0c40d33569c74924f72cc31055a7b56.zip llvm-2b8b48c5a0c40d33569c74924f72cc31055a7b56.tar.gz llvm-2b8b48c5a0c40d33569c74924f72cc31055a7b56.tar.bz2 |
[libc++][format] Disable default formatter.
[format.formatter.spec]/5 lists the requirements for the default
formatter. The original implementation didn't implement this. This
implements the default formatter according to the Standard.
This adds additional test to validate the default formatter is disabled
and the required standard formatters are enabled.
While adding the tests it seems the formatters needed a constraint for the
character types they were valid for.
Implements parts of:
- P0645 Text Formatting
Depends on D115988
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D115989
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions