jgorbe marked an inline comment as done.
jgorbe added inline comments.
Comment at: lldb/include/lldb/lldb-private-enumerations.h:131-134
eFormatCategoryItemSummary = 0x0001,
- eFormatCategoryItemRegexSummary = 0x0002,
eFormatCategoryItemFilter = 0x0004,
- eFormatCategoryI
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdce688733600: [NFCI] Clean up enum FormatCategoryItem.
(authored by jgorbe).
Changed prior to commit:
https://reviews.llvm.org/D134244?vs=461418&id=461613#toc
Repository:
rG LLVM Github Monorepo
CHA
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Makes sense. LGTM modulo the enum values.
Comment at: lldb/include/lldb/lldb-private-enumerations.h:131-134
eFormatCategoryItemSummary = 0x0001,
- eFormatCate
jgorbe created this revision.
jgorbe added reviewers: labath, rupprecht, jingham.
jgorbe added a project: LLDB.
Herald added a subscriber: JDevlieghere.
Herald added a project: All.
jgorbe requested review of this revision.
- Merge pairs like `eFormatCategoryItemSummary` and
`eFormatCategoryIte