kcc added a comment.

weak new/delete may solve this particular problem, but may cause confusion to 
lots of other users, 
e.g. in cases when a user has overridden new/delete for non-essential reasons 
(e.g. debuging) and can disable the overrides in asan mode. 
With weak symbols such a user will never know they have a problem.


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

https://reviews.llvm.org/D54905



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

Reply via email to