summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/at-import-in-framework-header/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-271-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
OpenPOWER on IntegriCloud