summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/ModuleMap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Within the module representation, generalize the notion of an umbrellaDouglas Gregor2011-12-081-7/+7
* Convert paths to native format before constructing aDouglas Gregor2011-12-081-5/+12
* Implement inference for the "Private" submodule corresponding toDouglas Gregor2011-12-071-5/+51
* Implement basic support for private headers in frameworks. In essence,Douglas Gregor2011-12-071-20/+108
* Remove misleading error messageDouglas Gregor2011-12-061-2/+1
* When inferring a module map for a framework, infer subframeworkDouglas Gregor2011-12-061-9/+33
* Allow inferred submodules for any (sub)module that has an umbrella headerDouglas Gregor2011-12-061-9/+8
* Implement modules support for subframeworks (aka embeddedDouglas Gregor2011-12-061-19/+39
* Minor tweak to prepare for submodules with umbrella headers. No actualDouglas Gregor2011-12-061-7/+13
* Implement inferred submodules support, which (when requested)Douglas Gregor2011-12-061-30/+92
* Parse inferred submodules in module maps, track their contents inDouglas Gregor2011-12-051-1/+103
* Inferred framework modules automatically export anything they importDouglas Gregor2011-12-051-0/+5
* 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