summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/normal-module-map/nested_umbrella
Commit message (Collapse)AuthorAgeFilesLines
* Add missing header from 165821Douglas Gregor2012-10-121-0/+2
| | | | llvm-svn: 165822
* Sanitize the names of modules determined based on the names of headersDouglas Gregor2012-10-122-0/+2
| | | | | | | or directories, to make sure that they are identifiers that are not keywords in any dialect. Fixes <rdar://problem/12489495>. llvm-svn: 165821
* Implement umbrella directories for modules, which are similar toDouglas Gregor2011-12-082-0/+4
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
OpenPOWER on IntegriCloud