summaryrefslogtreecommitdiffstats
path: root/test/Modules/on-demand-build.m
Commit message (Expand)AuthorAgeFilesLines
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Test module lookup within a subdirectory of a normal include directory.Douglas Gregor2012-01-291-3/+6
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-031-3/+3
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* When building a module with an umbrella header, warn about any headersDouglas Gregor2011-12-231-3/+5
* When inferring a module map for a framework, infer subframeworkDouglas Gregor2011-12-061-2/+2
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-171-0/+5
* When building a module, use the macro definitions on the command lineDouglas Gregor2011-10-171-4/+4
* Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor2011-09-151-3/+8
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-4/+5
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-131-1/+1
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-0/+11