http://llvm.org/bugs/show_bug.cgi?id=8124
David Chisnall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from David Chisnall <[email protected]> 2010-09-10 03:56:45 CDT --- In that case, the guidelines are either incorrect or are case sensitive. The Cocoa APIs contain several examples of methods that have Copy in their names. Lots of things that take pointers as arguments have either Copy or NoCopy in the argument name. The one shown in this bug report is a good example - dataWithBytesNoCopy: is a Cocoa method which returns an autoreleased instance. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
