llvm-project/clang/test/Modules
Douglas Gregor 514b636ada Teach the module import mechanism how to rebuild modules expressed via
module map, rather than assuming that there is an umbrella
header. This allows us to automatically build umbrella-less modules. 

llvm-svn: 145415
2011-11-29 19:06:37 +00:00
..
Inputs Add the notion of "framework" modules to module maps. Framework 2011-11-17 22:09:43 +00:00
auto-module-import.c When we're loading a framework header, first try to turn the framework 2011-11-17 01:41:17 +00:00
cycles.c Add test case for mutually recursive modules 2011-09-15 20:54:06 +00:00
diamond.c Add support for building a module from a module map to the -cc1 2011-11-16 00:09:06 +00:00
driver.c Add test for the driver's handling of modules 2011-09-14 20:29:10 +00:00
header-import.m When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
irgen.c Switch some more of the modules tests over to "-emit-module-from-map", 2011-11-16 00:21:54 +00:00
load_failure.c Switch the remaining modules tests over to -emit-module-from-map. 2011-11-16 15:22:03 +00:00
lookup.cpp Switch some more of the modules tests over to "-emit-module-from-map", 2011-11-16 00:21:54 +00:00
lookup.m Switch some more of the modules tests over to "-emit-module-from-map", 2011-11-16 00:21:54 +00:00
macros.c Migrate a few more modules tests over to -emit-module-from-map. 2011-11-16 05:16:30 +00:00
module-private.cpp Migrate a few more modules tests over to -emit-module-from-map. 2011-11-16 05:16:30 +00:00
normal-module-map.cpp Teach the module import mechanism how to rebuild modules expressed via 2011-11-29 19:06:37 +00:00
objc-categories.m Switch the remaining modules tests over to -emit-module-from-map. 2011-11-16 15:22:03 +00:00
on-demand-build-warnings.m When building a module, use the macro definitions on the command line 2011-10-17 14:55:37 +00:00
on-demand-build.m For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
on-demand-macros.m When building a module, use the macro definitions on the command line 2011-10-17 14:55:37 +00:00
redeclarations.m Switch the remaining modules tests over to -emit-module-from-map. 2011-11-16 15:22:03 +00:00