summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/ModuleMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switch on-demand module building over to use module maps, always. WhenDouglas Gregor2011-11-291-22/+32
* Teach the module import mechanism how to rebuild modules expressed viaDouglas Gregor2011-11-291-0/+9
* Expose the printing of module maps as part of the ModuleMap::ModuleDouglas Gregor2011-11-291-34/+36
* Add the notion of "framework" modules to module maps. FrameworkDouglas Gregor2011-11-171-9/+49
* Actually free memory for the module mapsDouglas Gregor2011-11-171-0/+15
* When we're loading a framework header, first try to turn the frameworkDouglas Gregor2011-11-171-0/+28
* A module with an umbrella header assumes that all of the headers inDouglas Gregor2011-11-161-0/+40
* Silence unused variable warning.Benjamin Kramer2011-11-131-2/+2
* Teach the search for modules to consider modules described by a moduleDouglas Gregor2011-11-111-0/+8
* Wire up the mapping from header files mentioned in module maps over toDouglas Gregor2011-11-111-0/+17
* Resolve the header files named in module map "header" and "umbrella"Douglas Gregor2011-11-111-6/+70
* Introduce basic support for parsing module map files.Douglas Gregor2011-11-111-0/+506
OpenPOWER on IntegriCloud