hanchenye-llvm-project/clang/test/Modules
Douglas Gregor fe76cfd89c When building a module with an umbrella header, warn about any headers
found within that umbrella directory that were not actually included
by the umbrella header. They should either be referenced in the module
map or included by the umbrella header.

llvm-svn: 147207
2011-12-23 00:23:59 +00:00
..
Inputs When building a module with an umbrella header, warn about any headers 2011-12-23 00:23:59 +00:00
auto-module-import.m Detect when mapping a #include/#import over to a submodule ends up 2011-12-20 00:28:52 +00:00
cycles.c Add test case for mutually recursive modules 2011-09-15 20:54:06 +00:00
decldef.mm When name lookup finds a module-private Objective-C class declaration, 2011-12-15 20:36:27 +00:00
diamond-pch.c Implement support for precompiled headers, preambles, and serialized 2011-12-03 00:59:55 +00:00
diamond.c When making a module visible, also make any of its exported modules 2011-12-02 19:11:09 +00:00
driver.c
header-import.m When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
inferred-submodules.m Rename Objective-C-only tests to .m 2011-12-06 20:51:42 +00:00
irgen.c Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
load_failure.c Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
lookup.cpp Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
lookup.m Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
macros.c Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
module-private.cpp When performing name lookup for a redeclaration, ignore module 2011-12-20 18:11:52 +00:00
normal-module-map.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
objc-categories.m Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +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 When building a module with an umbrella header, warn about any headers 2011-12-23 00:23:59 +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
redecl-merge.m Serialize the AST reader's mapping from canonical declarations to the 2011-12-22 21:40:42 +00:00
redeclarations.m Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
subframeworks.m Implement modules support for subframeworks (aka embedded 2011-12-06 17:16:41 +00:00
submodules-preprocess.cpp Implement name hiding for macro definitions within modules, such that 2011-12-02 15:45:10 +00:00
submodules.cpp Implement name hiding for declarations deserialized from a non-visible 2011-12-01 22:20:10 +00:00
submodules.m Keep track of import dependencies between submodules within the module 2011-12-08 17:01:29 +00:00
wildcard-submodule-exports.cpp Implement support for wildcard exports in modules, allowing a module 2011-12-05 17:28:06 +00:00