[Lldb-commits] [lldb] [lldb][Expression] Reject languages not supported by TypeSystems for expression evaluation (PR #156648)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 3 07:51:59 PDT 2025


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

I was initially hesitant to make this a hard error, but the fact that we already have a list of supported languages and that C is not in there makes me more confident in erroring here. Would be curious to hear other's thoughts.

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


More information about the lldb-commits mailing list