[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:
Luís Ferreira 2021-10-29 11:30:35 +02:00 committed by Raphael Isemann
parent 5e316012d0
commit ac73f567cf
1 changed files with 0 additions and 2 deletions

View File

@ -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);