rnk added a comment.

I had another idle thought on this matter: The unsigned overflow here really 
isn't that weird. It's the same thing as iterating over the range [-1, 0, 
`#args+1`]. We could update all these APIs to traffic in plain signed ints, and 
then there would be no wrapping, just normal index math.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110885/new/

https://reviews.llvm.org/D110885

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to