[Lldb-commits] [lldb] [LLDB] Add unary plus and minus to DIL (PR #155617)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 8 09:42:03 PDT 2025
cmtice wrote:
> Wanted to add: this patch is more about what to put away into a plugin and which plugin to choose. For now, I put only integral promotion into the `TypeSystem` plugin. In DIL I kept the code for array to pointer conversion, which as far as I understand should work with Swift, and bitfield conversion, since the check will only pass with C++.
>
> Again, a more broad question: should we create a separate plugin for DIL-related code or find a spot for such code in existing related plugins, like integral promotion in `TypeSystem`?
@JDevlieghere , @jimingham , @adrian-prantl Do any of you have any thoughts or preferences about Ilya's questions re the TypeSystem plugin(s) and where's the right place to implement this or put this code?
https://github.com/llvm/llvm-project/pull/155617
More information about the lldb-commits
mailing list