]> granicus.if.org Git - clang/commit
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)
commitaf20ce4c99d4bbae3505ee0503eca99c7a63592c
tree4609c95d1df1ef3c47815b042eb670e97404bb66
parente99b833763ccad93f766704a2564cc2758e24f54
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221357 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPLexerChange.cpp
test/Modules/incomplete-module.m