Binaries with Dwarf language set to "DW_LANG_D" currently do not show much information in LLDB (e.g. no local variables).
With this simple change, Clang language support is used for D (the same as what is done for Rust) and local variables show up nicely.
I don't know whether, or how, to add a testcase for this. Please advise.
(I don't have write access, so if you accept the change, please apply it too. Thanks!)