ziqingluo-90 added a comment.

In D143128#4108375 <https://reviews.llvm.org/D143128#4108375>, @NoQ wrote:

> Why do we prefer `DRE.data() + any` to `&DRE.data()[any]`? It could be much 
> less intrusive this way, and the safety guarantees are the same.

It is actually `(DRE.data() + any)` versus `&DRE.data()[any]`. Are they quite 
the same in terms of being intrusive?


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

https://reviews.llvm.org/D143128

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

Reply via email to