Commit Graph

4 Commits

Author SHA1 Message Date
Jordan Rose
a4606111af Adjust the implementation-only diagnostics to sound more similar
John and I had slightly different styles when adding these; better
to keep them in harmony.
2019-04-11 16:33:23 -07:00
Jordan Rose
bcde0f8292 [test] Add additional implementation-only conformance test cases
...suggested by Brent and Slava. Thanks, both!
2019-04-11 11:07:52 -07:00
Jordan Rose
59974a5e91 Remove accidentally duplicated tests
These are already checked in implementation-only-import-in-decls.swift.
2019-04-11 11:07:52 -07:00
Jordan Rose
7006aa0b9f Check for use of implementation-only conformances in inlinable code
This includes both the types and the values (generic functions, etc)
used in the inlinable code. We get some effectively duplicate
diagnostics at this point because of this, but we can deal with that
at a future date.

Last part of rdar://problem/48991061
2019-04-10 11:09:07 -07:00