Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42256 Build 42684: arc lint + arc unit
Event Timeline
Comment Actions
The change looks good with some future refactoring comment inline.
lldb/source/DataFormatters/FormatManager.cpp | ||
---|---|---|
588 | Unrelated to this change; it seems this should really be a callback into the Language plugin and not hardcoded in LLDB. |
Comment Actions
This is not a bad idea after all. Let me see if I can cook something reasonable without getting burned.
Comment Actions
Ideally -- if we're able to make this a callback in the language plugins, we don't need this patch at all.
Unrelated to this change; it seems this should really be a callback into the Language plugin and not hardcoded in LLDB.