aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/ModuleMap.h
AgeCommit 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-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-10Rework the realpath nonsense for framework lookups to deal moreDouglas Gregor
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-06Introduce inferred framework modules into the module map file,Douglas Gregor
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-06-17Documentation cleanup: add parameter name to \paramJames Dennett
2012-06-15Documentation fix: Add a missing parameter name for a \param commandJames Dennett
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-01-30Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor
2012-01-29Implement code completion support for module import declarations, e.g.,Douglas Gregor
2012-01-27Introduce module attributes into the module map grammar, along with aDouglas Gregor
2011-12-31Implement support for module requirements, which indicate the languageDouglas Gregor
2011-12-08Implement umbrella directories for modules, which are similar toDouglas Gregor
2011-12-06When inferring a module map for a framework, infer subframeworkDouglas Gregor
2011-12-06Implement inferred submodules support, which (when requested)Douglas Gregor
2011-12-05When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor
2011-12-02Implementing parsing and resolution of module export declarationsDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-11-30Implement (de-)serialization of the description of a module and itsDouglas Gregor
2011-11-29Teach the module import mechanism how to rebuild modules expressed viaDouglas Gregor
2011-11-29Expose the printing of module maps as part of the ModuleMap::ModuleDouglas Gregor
2011-11-17Add the notion of "framework" modules to module maps. FrameworkDouglas Gregor
2011-11-17Actually free memory for the module mapsDouglas Gregor
2011-11-17When we're loading a framework header, first try to turn the frameworkDouglas Gregor
2011-11-16A module with an umbrella header assumes that all of the headers inDouglas Gregor
2011-11-11Teach the search for modules to consider modules described by a moduleDouglas Gregor
2011-11-11Wire up the mapping from header files mentioned in module maps over toDouglas Gregor
2011-11-11Introduce basic support for parsing module map files.Douglas Gregor