[Lldb-commits] [lldb] [LLDB] Add type casting to DIL, part 1 of 3. (PR #165199)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 1 16:53:55 PST 2025


https://github.com/adrian-prantl approved this pull request.

My only reservation to this path is that the syntax itself is very C-specific, but there no reason why we could not at a later point in time allow for language plugins to define their own DIL dialects that use different parsers to create a valid DILAST. 

Nothing in this patch prevents us from doing that later on.

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


More information about the lldb-commits mailing list