forked from OSchip/llvm-project
[lldb] Remove forgotten FIXME on CPlusPlus formatters
The patch [1] introduced this FIXME but ended up not being removed when fixed.
[1]: f68df12fb0
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Reviewed By: teemperor
Differential Revision: https://reviews.llvm.org/D112586
This commit is contained in:
parent
5e316012d0
commit
ac73f567cf
|
@ -1014,8 +1014,6 @@ static void LoadSystemFormatters(lldb::TypeCategoryImplSP cpp_category_sp) {
|
||||||
.SetShowMembersOneLiner(false)
|
.SetShowMembersOneLiner(false)
|
||||||
.SetHideItemNames(false);
|
.SetHideItemNames(false);
|
||||||
|
|
||||||
// FIXME because of a bug in the FormattersContainer we need to add a summary
|
|
||||||
// for both X* and const X* (<rdar://problem/12717717>)
|
|
||||||
AddCXXSummary(
|
AddCXXSummary(
|
||||||
cpp_category_sp, lldb_private::formatters::Char8StringSummaryProvider,
|
cpp_category_sp, lldb_private::formatters::Char8StringSummaryProvider,
|
||||||
"char8_t * summary provider", ConstString("char8_t *"), string_flags);
|
"char8_t * summary provider", ConstString("char8_t *"), string_flags);
|
||||||
|
|
Loading…
Reference in New Issue