[Lldb-commits] [PATCH] D112785: [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 29 19:22:11 PDT 2021
wallace requested changes to this revision.
wallace added a comment.
This revision now requires changes to proceed.
let's land https://reviews.llvm.org/D112752 first and then this one
================
Comment at: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:915
+ stl_deref_flags,
+ "lldb.formatters.cpp.gnu_libstdcpp.StdSetOrMapSynthProvider")));
cpp_category_sp->GetRegexTypeSyntheticsContainer()->Add(
----------------
As mentioned in https://reviews.llvm.org/D112752, you should rename the class to MakeLikeSynthProvider
================
Comment at: lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/multiset/TestDataFormatterGenericMultiSet.py:160
+
+
----------------
remove this line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112785/new/
https://reviews.llvm.org/D112785
More information about the lldb-commits
mailing list