Commits

Arnold Schwaighofer committed af98fb95e23
Revert "ARCAnalysis: Teach ARC analysis about certain objective c methods that are not may-release" This reverts commit r26082. We cannot assume that NSArray count or objectAtIndex don't not have side effects that are observed from Swift. We have to assume they could change an object that is visible from Swift and therefore they are may-release. Swift SVN r26099