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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
