DescriptionAnnotates functions returning retained objects.
Annotates all C functions and C++ methods returning retained Cocoa
objects with NS_RETURNS_RETAINED annotation. This annotation is no-op
without ARC, and with ARC it ensures correct memory management.
More about this annotation:
http://clang-analyzer.llvm.org/annotations.html#attr_ns_returns_retained
More information about the process behind this cl on the bug.
BUG=636375
Committed: https://crrev.com/1f03171454f9041019b56399a5b6752e559b5429
Cr-Commit-Position: refs/heads/master@{#413113}
Patch Set 1 #Patch Set 2 : Removes functions that are not in headers AND not in ios code. #
Total comments: 7
Patch Set 3 : comments #
Dependent Patchsets: Messages
Total messages: 27 (13 generated)
|