llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework
Richard Smith a3feee2ad6 Allow a new syntax in a module requires-declaration:
requires ! feature

The purpose of this is to allow (for instance) the module map for /usr/include
to exclude <tgmath.h> and <complex.h> when building in C++ (these headers are
instead provided by the C++ standard library in this case, and the glibc C
<tgmath.h> header would otherwise try to include <complex.h>, resulting in a
module cycle).

llvm-svn: 193549
2013-10-28 22:18:19 +00:00
..
Frameworks/SubFramework.framework/Headers
Headers Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
PrivateHeaders
DependsOnModule
module.map Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
module_private.map