kuilpd wrote: > Can't you just update the code that currently recognizes "[expr - expr]" to > return an error for now (something along the lines that "this syntax is > deprecated; please use ':' instead of '-'")? Then in the PR that implements > binary subtraction, remove this error message?
If I understood @jimingham correctly, the idea is to keep this error for an entire major release version, and I would like to implement binary subtraction way sooner than that. https://github.com/llvm/llvm-project/pull/173410 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
