llvm-project/clang/test/Modules/Inputs/normal-module-map
Douglas Gregor 524e33e1f8 Implement umbrella directories for modules, which are similar to
umbrella headers in the sense that all of the headers within that
directory (and eventually its subdirectories) are considered to be
part of the module with that umbrella directory. However, unlike
umbrella headers, which are expected to include all of the headers
within their subdirectories, Clang will automatically include all of
the headers it finds in the named subdirectory.

The intent here is to allow a module map to trivially turn a
subdirectory into a module, where the module's structure can mimic the
directory structure.

llvm-svn: 146165
2011-12-08 19:11:24 +00:00
..
Umbrella Tweak the syntax of umbrella headers, so that "umbrella" is treated as 2011-12-08 18:00:48 +00:00
Umbrella2 Tweak the syntax of umbrella headers, so that "umbrella" is treated as 2011-12-08 18:00:48 +00:00
nested
nested_umbrella Implement umbrella directories for modules, which are similar to 2011-12-08 19:11:24 +00:00
a1.h
a2.h
b1.h
module.map Implement umbrella directories for modules, which are similar to 2011-12-08 19:11:24 +00:00