brooksmoses added a comment.

A further concern about this in the general case from the reviewer of one of my 
test-cleanup changes: The "var = *&var" idiom is not necessarily equivalent to 
"var = var" in cases of user-defined types, because operator& may be overloaded.


Repository:
  rC Clang

https://reviews.llvm.org/D44883



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

Reply via email to