llvm-project/clang/include
Ben Langmuir 6caebfda78 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
2014-11-05 16:43:18 +00:00
..
clang Remove superceded warning warn_forgotten_module_header 2014-11-05 16:43:18 +00:00
clang-c Add frontend support for __vectorcall 2014-10-24 17:42:17 +00:00
CMakeLists.txt
Makefile