Commits

Arnold Schwaighofer committed 165bfb6f95e
DestructorAnalysis: Fix for recursive types We can't just recursively process types without caching. Instead mark a type as safe before we recurse and reset this assumption if we proved otherwise on the recursive traversal. rdar://20132313 Swift SVN r26048