[Lldb-commits] [lldb] [LLDB] Add unary plus and minus to DIL (PR #155617)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 16 08:53:03 PDT 2025
https://github.com/adrian-prantl commented:
@kastiglione Do you think the unary +/- could create any parsing ambiguity with ObjC method names?
For example, does `image lookup -a` take a DIL expression and someone could write `image lookup -a +[MyClass myselector]`?
https://github.com/llvm/llvm-project/pull/155617
More information about the lldb-commits
mailing list