ddkilzer added a comment.
Herald added a subscriber: steakhal.
Thanks for implementing this! For posterity, I wanted to note a couple cases
that this checker doesn't catch.
1. Under ARC, a more general case of assigning to an `__autoreleasing`
variable. (Not sure why anyone would do this, but
ddkilzer added a comment.
Had a couple questions about using `objc_retainAutoreleasedReturnValue` without
a `return` statement. (I'm just reading this from a layman's point of view; it
may not actually matter in practice.)
Comment at: test/CodeGenObjC/convert-messages-to-run