summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/dependency-gen.modulemap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize test/Modules:Richard Smith2015-01-221-18/+0
| | | | | | | * Put all input files under Inputs/, move corresponding tests into test/Modules. * Rename a modulemap test file to [...].modulemap, and teach lit that such files are tests. llvm-svn: 226875
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-0/+18
components. These sometimes get synthetically added, and we don't want -Ifoo and -I./foo to be treated fundamentally differently here. llvm-svn: 224055
OpenPOWER on IntegriCloud