Loading lldb/source/DataFormatters/DataVisualization.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,7 @@ void DataVisualization::Categories::Enable(ConstString category, TypeCategoryMap::Position pos) { if (GetFormatManager().GetCategory(category)->IsEnabled()) GetFormatManager().DisableCategory(category); GetFormatManager().EnableCategory( category, pos, std::initializer_list<lldb::LanguageType>()); GetFormatManager().EnableCategory(category, pos, {}); } void DataVisualization::Categories::Enable(lldb::LanguageType lang_type) { Loading Loading
lldb/source/DataFormatters/DataVisualization.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,7 @@ void DataVisualization::Categories::Enable(ConstString category, TypeCategoryMap::Position pos) { if (GetFormatManager().GetCategory(category)->IsEnabled()) GetFormatManager().DisableCategory(category); GetFormatManager().EnableCategory( category, pos, std::initializer_list<lldb::LanguageType>()); GetFormatManager().EnableCategory(category, pos, {}); } void DataVisualization::Categories::Enable(lldb::LanguageType lang_type) { Loading