Commits
Doug Gregor committed deca9a78960
Parse class inheritance clause within the context of the class itself. This allows one to refer to the class's generic parameters within its inheritance clause, so that one can, e.g., inherit from Foo<T>. Fixes <rdar://problem/13562287>. Swift SVN r6439