Age | Commit message (Expand) | Author |
2013-04-12 | <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas... | Douglas Gregor |
2013-03-27 | [modules] Before marking the module imported macros as ambiguous, check if th... | Argyrios Kyrtzidis |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-13 | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis |
2013-02-19 | [modules] Const'ify some functions of ModuleMap. | Argyrios Kyrtzidis |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-10 | Rework the realpath nonsense for framework lookups to deal more | Douglas Gregor |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
2012-06-17 | Documentation cleanup: add parameter name to \param | James Dennett |
2012-06-15 | Documentation fix: Add a missing parameter name for a \param command | James Dennett |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-08 | Implement umbrella directories for modules, which are similar to | Douglas Gregor |
2011-12-06 | When inferring a module map for a framework, infer subframework | Douglas Gregor |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-02 | Implementing parsing and resolution of module export declarations | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-29 | Teach the module import mechanism how to rebuild modules expressed via | Douglas Gregor |
2011-11-29 | Expose the printing of module maps as part of the ModuleMap::Module | Douglas Gregor |
2011-11-17 | Add the notion of "framework" modules to module maps. Framework | Douglas Gregor |
2011-11-17 | Actually free memory for the module maps | Douglas Gregor |
2011-11-17 | When we're loading a framework header, first try to turn the framework | Douglas Gregor |
2011-11-16 | A module with an umbrella header assumes that all of the headers in | Douglas Gregor |
2011-11-11 | Teach the search for modules to consider modules described by a module | Douglas Gregor |
2011-11-11 | Wire up the mapping from header files mentioned in module maps over to | Douglas Gregor |
2011-11-11 | Introduce basic support for parsing module map files. | Douglas Gregor |