Commits

Joe Pamer committed 69be7f70cc7
These changes disallow non-generic classes from having a generic super class. (rdar://problem/16028169) It was decided to enact this restriction in the near-term because we're not currently able to IRGen such child classes correctly, but we'll definitely want to lift this restriction once we can do so. Swift SVN r14980