summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/normal-module-map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* During typo correction, check for an exact match in an unimported module. If weRichard Smith2013-08-201-2/+2
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-3/+3
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-6/+6
* Sanitize the names of modules determined based on the names of headersDouglas Gregor2012-10-121-0/+10
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-3/+3
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-3/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Implement umbrella directories for modules, which are similar toDouglas Gregor2011-12-081-0/+18
* Teach the module import mechanism how to rebuild modules expressed viaDouglas Gregor2011-11-291-4/+0
* A module with an umbrella header assumes that all of the headers inDouglas Gregor2011-11-161-2/+2
* Implement (de-)serialization of the buffer contents for an overriddenDouglas Gregor2011-11-161-3/+5
* When building a module from a module map that isn't simply an umbrellaDouglas Gregor2011-11-161-1/+0
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-2/+2
* When searching for a module, speculatively load module maps to see ifDouglas Gregor2011-11-121-0/+2
* Teach the search for modules to consider modules described by a moduleDouglas Gregor2011-11-111-0/+6
* Wire up the mapping from header files mentioned in module maps over toDouglas Gregor2011-11-111-2/+4
* Introduce basic support for parsing module map files.Douglas Gregor2011-11-111-0/+10
OpenPOWER on IntegriCloud