]> granicus.if.org Git - clang/commit
Add -Wincomplete-module, which detects when a header is included from a module but...
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 May 2013 13:49:41 +0000 (13:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 May 2013 13:49:41 +0000 (13:49 +0000)
commit58ea48dc1dd970f131207e00ae7ece159d1a08ed
treec37f2fd6070c073113c9aca84092f6fcbe85ce07
parent9faebd23fd69ac1591520e811dfa5b25f73012f3
Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182263 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPLexerChange.cpp
test/Modules/Inputs/incomplete_mod.h [new file with mode: 0644]
test/Modules/Inputs/incomplete_mod_missing.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/incomplete-module.m [new file with mode: 0644]