[Lldb-commits] [lldb] r287917 - Use Clang for D language support.

2016-11-25 Thread Johan Engelen via lldb-commits
Author: jengelen Date: Fri Nov 25 05:01:12 2016 New Revision: 287917 URL: http://llvm.org/viewvc/llvm-project?rev=287917&view=rev Log: Use Clang for D language support. Differential revision: https://reviews.llvm.org/D24794 Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp Modified: l

[Lldb-commits] [PATCH] D24794: Use Clang for D language support until there is a proper language plugin for it.

2016-09-22 Thread Johan Engelen via lldb-commits
johanengelen created this revision. johanengelen added a reviewer: LLDB. johanengelen added a subscriber: lldb-commits. 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 use