[Lldb-commits] [lldb] Refactor TypeSystemClang to use static language set initialization (PR #172567)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 6 14:00:36 PST 2026


https://github.com/JDevlieghere approved this pull request.

LGTM. Listing those languages is correct for `GetSupportedLanguagesForTypes` (as opposed to `GetSupportedLanguagesForExpressions`). Even more robust would be to say that `TypeSystemClangSupportsLanguage` should return the union of those two, but in practice that's already the case. 

Normally I'm a big proponent of splitting up PRs if it makes sense and would agree with Michael, but I think this is borderline.

https://github.com/llvm/llvm-project/pull/172567


More information about the lldb-commits mailing list