]> granicus.if.org Git - clang/commit
When building a module with an umbrella header, warn about any headers
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Dec 2011 00:23:59 +0000 (00:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Dec 2011 00:23:59 +0000 (00:23 +0000)
commit585ec93e1bd4fdd5a37aa19848e5f92084f0d923
tree6b6eebdfe5d1fdd81de46746e7bfab2c7c066972
parent682060c5d95f6e4f79536013781ab0870cdd3850
When building a module with an umbrella header, warn about any headers
found within that umbrella directory that were not actually included
by the umbrella header. They should either be referenced in the module
map or included by the umbrella header.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPLexerChange.cpp
test/Modules/Inputs/Module.framework/Headers/Module.h
test/Modules/on-demand-build.m