Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm assuming you already checked that this isn't used in swift-lldb either? Otherwise this obviously LGTM.
Comment Actions
This is answering the question "which languages have formatters that are compatible with this language." You should not need a live value to determine that, it is a feature of each language. So even if Swift is using the ValueObject version of this, it shouldn't be, and should switch to the LanguageType version.