Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules][ObjC] Warn on the use of '@import' in framework headers | Bruno Cardoso Lopes | 2018-06-27 | 1 | -0/+2 |
Using @import in framework headers inhibit the use of such headers when not using modules, this is specially bad for headers that end up in the SDK (or any other system framework). Add a warning to give users some indication that this is discouraged. rdar://problem/39192894 llvm-svn: 335780 |