summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/on-demand-build.m
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-3/+3
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-1/+1
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-3/+3
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-4/+1
* 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
OpenPOWER on IntegriCloud