Remove superceded warning warn_forgotten_module_header
authorBen Langmuir <blangmuir@apple.com>
Wed, 5 Nov 2014 16:43:18 +0000 (16:43 +0000)
committerBen Langmuir <blangmuir@apple.com>
Wed, 5 Nov 2014 16:43:18 +0000 (16:43 +0000)
commit6caebfda785057ec0a2c18353debdbe20b2b33e4
treee10bc0a01051dc2d96a7432b334866805ff14c37
parent626963187bc0652db46cc3c535a004aa4aa753a0
Remove superceded warning warn_forgotten_module_header

This DefaultIgnore warning under -Wincomplete-module was firing on
any module map files that happened to be parsed (it's only supposed to
fire on headers), and it has been superceded by
-Wnon-modular-include-in-module anyway.

For compatibility, I rewired -Wincomplete-module to imply
-Wnon-modular-include-in-module.

llvm-svn: 221357
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Basic/DiagnosticLexKinds.td
clang/lib/Lex/PPLexerChange.cpp
clang/test/Modules/incomplete-module.m