On Jan 28, 2012, at 10:46 AM, Fariborz Jahanian wrote: > Author: fjahanian > Date: Sat Jan 28 12:46:31 2012 > New Revision: 149184 > > URL: http://llvm.org/viewvc/llvm-project?rev=149184&view=rev > Log: > objc-arc: Perform null check on receiver before sending methods which > consume one or more of their arguments. If not done, this will cause a leak > as method will not consume the argument when receiver is null. > // rdar://10444474
This patch is completely skipping the emission of arguments if the receiver is null, which is not the semantics we want. Please revert, and we can talk about it on Monday. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
