arphaman added a comment.

Btw, you mentioned that 'this' must have been null-checked before the method is 
called. But what if it's called from some part of code that was compiled 
without `-fsanitize=null`? Wouldn't we still want at least one check to see if 
'this' is null in a method?


https://reviews.llvm.org/D29530



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

Reply via email to