summaryrefslogtreecommitdiffstats
path: root/test/Modules/preprocess-module.cpp
Commit message (Expand)AuthorAgeFilesLines
* When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allRichard Smith2017-06-261-15/+29
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+8
* Attempt to fix Windows buildbot failure due to mismatching directory separato...Richard Smith2017-06-051-2/+11
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-1/+6
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-2/+13
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-3/+7
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-6/+8
* If we are building a module, and we read a second description of the sameRichard Smith2017-05-081-0/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-2/+38
* Add #pragma clang module begin/end pragmas and generate them when preprocessi...Richard Smith2017-05-041-2/+55
* Add pragma to perform module import and use it in -E output.Richard Smith2017-04-291-1/+1
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-0/+12