[LLVMbugs] [Bug 8124] copy is only important at the start of a method name

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Sep 10 01:56:45 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8124

David Chisnall <csdavec at swan.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #3 from David Chisnall <csdavec at swan.ac.uk> 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.



More information about the llvm-bugs mailing list