summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/ModuleMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-1/+8
* When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor2011-12-051-0/+20
* Implementing parsing and resolution of module export declarationsDouglas Gregor2011-12-021-1/+137
* Unbreak build with GCC. Clang is too lame to diagnose this particular ill-for...Douglas Gregor2011-11-301-2/+0
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-87/+7
* Implement (de-)serialization of the description of a module and itsDouglas Gregor2011-11-301-0/+17
* Use raw_ostream::indent.Benjamin Kramer2011-11-301-8/+4
* Switch the module map printer over toDouglas Gregor2011-11-301-27/+2
* Escape strings when printing module maps, for silly operating systemsDouglas Gregor2011-11-291-2/+31
* 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