]> granicus.if.org Git - clang/history - include/clang/Basic/Module.h
[Modules] Add Darwin-specific compatibility module map parsing hacks
[clang] / include / clang / Basic / Module.h
2015-08-13 Ben Langmuir[Modules] Add Darwin-specific compatibility module...
2015-06-30 Adrian PrantlAdd a function to ExternalASTSource that returns a...
2015-05-16 Richard Smith[modules] Retain the name as written for umbrella heade...
2015-05-15 Richard Smith[modules] Add local submodule visibility support for...
2015-05-02 Richard Smith[modules] Remove dead code from Module for tracking...
2015-05-02 Richard Smith[modules] If a module #includes a modular header that...
2015-05-01 Richard Smith[modules] Add -fmodules-local-submodule-visibility...
2015-05-01 Richard Smith[modules] Start moving the module visibility informatio...
2015-03-26 Richard Smith[modules] Restrict the module use-declaration to only...
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-10-24 Richard Smith[modules] Support combining 'textual' with 'private'.
2014-10-22 Richard Smith[modules] Add support for 'textual header' directives.
2014-08-09 Ben LangmuirRefactor the module map file used for uniquing a module...
2014-05-30 Richard SmithAdd a FIXME for a bug Doug pointed out in code review.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-04-23 Ben LangmuirDo not print inferred submodules explicitly in __inferr...
2014-04-18 Ben LangmuirFix a hole with nested unavailable submodules from...
2014-04-18 Ben LangmuirDon't build modules with (submodules with) missing...
2014-04-18 Dmitri GribenkoAdd more constness to module-related APIs
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-04-03 Ben LangmuirAllow ASTFile to be reset to null
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-01-27 Richard SmithRemove dead code.
2013-12-17 Daniel JasperModules: Don't warn upon missing headers while reading...
2013-11-01 Richard SmithSimplify computation of visible module set.
2013-10-31 Dmitri GribenkoClang modules: collect exports recursively
2013-10-28 Richard SmithAllow a new syntax in a module requires-declaration:
2013-09-24 Daniel JasperModule use declarations (II)
2013-07-25 Richard SmithWhen we perform dependent name lookup during template...
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-03-20 Douglas Gregor<rdar://problem/12368093> Extend module maps with a...
2013-03-20 Douglas Gregor<rdar://problem/10796651> Introduce configuration macro...
2013-03-13 Argyrios Kyrtzidis[Modules] Resolve top-headers of modules lazily.
2013-02-19 Argyrios Kyrtzidis[modules] Refactor code from ASTReader::makeModuleVisib...
2013-01-14 Douglas GregorInfer "link" lines for top-level frameworks. Essentiall...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-10-15 Douglas GregorIntroduce the notion of excluded headers into the modul...
2012-10-10 Argyrios Kyrtzidis[modules] Consistently construct a buffer as input...
2012-10-05 Argyrios Kyrtzidis[Modules] Introduce Module::TopHeaders which is a set...
2012-09-29 Argyrios KyrtzidisIn the Module class, add a reference to the correspondi...
2012-07-02 James DennettDocumentation cleanup: reformatting/fixing up file...
2012-06-17 James DennettDocumentation cleanup: typo fix, \briaf -> \brief
2012-01-30 Douglas GregorThread a TargetInfo through to the module map; we'll...
2012-01-27 Douglas GregorIntroduce module attributes into the module map grammar...
2012-01-04 Douglas GregorStore the submodules of a module in source order, as...
2011-12-31 Douglas GregorImplement support for module requirements, which indica...
2011-12-20 Douglas GregorDetect when mapping a #include/#import over to a submod...
2011-12-09 Douglas GregorImplement the notion of umbrella directories, which...
2011-12-08 Douglas GregorWithin the module representation, generalize the notion...
2011-12-05 Douglas GregorParse inferred submodules in module maps, track their...
2011-12-05 Douglas GregorImplement support for wildcard exports in modules,...
2011-12-05 Douglas GregorWhen writing a module file, keep track of the set of...
2011-12-02 Douglas GregorImplementing parsing and resolution of module export...
2011-12-01 Douglas GregorIntroduce the notion of name visibility into modules...
2011-11-30 Douglas GregorPromote ModuleMap::Module to a namespace-scope class...