Commits
Jordan Rose committed 4e9d968b1d8
Slightly improve diagnostic about using a module as a type. Before: error: use of module 'Foo' as a type After: error: use of undeclared type 'Foo' note: cannot use module 'Foo' as a type Improves on rdar://problem/17763309 a little. Swift SVN r24564