[Modules] Warning for module declarations lacking 'framework' qualifierWhen a module declaration for a framework lacks the 'framework'qualifier, the listed headers aren't found (because there's no
[Modules] Warning for module declarations lacking 'framework' qualifierWhen a module declaration for a framework lacks the 'framework'qualifier, the listed headers aren't found (because there's notrigger for the special framework style path lookup) and the moduleis silently not built. This leads to frameworks not being modularizedby accident, which is pretty bad.Add a warning and suggest the user to add the 'framework' qualifierwhen we can prove that it's the case.rdar://problem/39193062llvm-svn: 333718
show more ...