[Lldb-commits] [lldb] [LLDB] Add AST node classes, functions, etc. for Data Inspection Lang… (PR #95738)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 1 07:07:36 PDT 2024


adrian-prantl wrote:

A high-level concern that I have with this is the grammar is full of C++-specific nodes, which is not something I would like to see in living in `Core`. Have we previously reached any consensus on how we want to handle different languages in DIL?
I would be more comfortable with moving most of this into the `Plugins/Language/CPlusPlus` directory and having only a generic, language-agnostic driver live in `Core`.

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


More information about the lldb-commits mailing list