[Lldb-commits] [lldb] [lldb][ExpressionParser][NFC] Clean up expression language picking logic (PR #156642)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 3 07:51:54 PDT 2025


Michael137 wrote:

> I think this is fine, but that FIXME is curious. We don't support running in non-C++ modes, so switching on `frame_lang` would only get us a more precise C++ standard version, but do we use that?

Yea it was me who added the FIXME back when I was refactoring some of this code a while back. We do use the "more accurate language standards", but we set the frame language at the callsite anyway. So decided to remove this FIXME

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


More information about the lldb-commits mailing list