Commit Graph

2 Commits

Author SHA1 Message Date
Allan Shortlidge
3e37452a6e NFC: Use split-file in the inconsistent-implementation-only test case instead of auxiliary files to make it easier to see the whole test at once. 2022-08-12 09:45:49 -07:00
Jordan Rose
9647483aee Warn when using '@_implementationOnly' inconsistently in a module (#24800)
I thought it would be useful to allow some uses of a module to be
'@_implementationOnly' and others to not be in case someone wanted to
change from one to the other gradually, but it turns out that if
you're trying to /make/ an import implementation-only, you want to
know everywhere you used it.

rdar://problem/50748157
2019-05-16 09:13:34 -07:00