]> granicus.if.org Git - clang/history - docs/Modules.rst
Fix ASTMatcher reference newlines and make the generator script windows-proof.
[clang] / docs / Modules.rst
2015-09-17 Adrian PrantlFix a typo.
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-16 Richard Smith[modules] Rename -fmodule-maps to -fimplicit-module...
2015-06-15 Richard Smith[modules] Remove non-functional driver options -f[no...
2015-03-26 Richard Smith[modules] Restrict the module use-declaration to only...
2015-02-20 Manuel KlimekAdd -fno-implicit-modules.
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-10-24 Richard Smith[modules] Support combining 'textual' with 'private'.
2014-10-22 Richard Smith[modules] Add support for 'textual header' directives.
2014-10-20 Richard Smith[modules] Add support for #include_next.
2014-09-30 Richard SmithEnable both C and C++ modules with -fmodules, by switch...
2014-09-29 Richard SmithUpdate modules documentation now that C++ support is...
2014-07-24 Richard Smith[modules] Slightly expand module semantics documentation.
2014-04-23 John ThompsonInitial implementation of -modules-earch-all option...
2014-04-18 Reid KlecknerFix sphinx-build warnings in clang docs.
2014-04-17 Ben LangmuirRename lib/Headers/module.map to module.modulemap
2014-03-28 Dmitri GribenkoDocumentation: remove a spurious '1' and wrap to 80...
2014-03-28 Douglas GregorDocument module.private.modulemap and module_private...
2014-03-19 Ben LangmuirAdd a new spelling for module map files 'module.modulemap'
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-02-25 David MajnemerModules: Fix malformed reStructuredText
2013-10-28 Richard SmithAllow a new syntax in a module requires-declaration:
2013-09-27 Douglas GregorNote that modules are supported for C/Objective-C,...
2013-09-24 Daniel JasperAdd -fmodule-map-file option.
2013-09-24 Daniel JasperModule use declarations (II)
2013-09-11 Daniel JasperSupport for modular module-map-files
2013-09-09 Sean Silva[docs] Prominently note modules are experimental.
2013-08-05 Daniel JasperAdd option to disable module loading.
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-04-16 Daniel Dunbar[Modules] Convert module specific -fno-modules-autolink...
2013-03-27 Douglas Gregor<rdar://problem/13509689> Introduce -module-file-info...
2013-03-25 Douglas Gregor<rdar://problem/13434605> Periodically prune the module...
2013-03-22 Dmitri GribenkoDocumentation: fix a typo and formatting
2013-03-22 Douglas GregorAdd future directions for modules
2013-03-22 Douglas GregorMore modules documentation, including the straw-man...
2013-03-22 Douglas GregorMore documentation on the module map language.
2013-03-20 Sean Silva[docs] Point inquisitive users to existing module.map...
2013-03-20 Sean Silva[docs] Prominently note that modules are expemental.
2013-03-20 Douglas GregorFix typo and grammaro in modules documentation
2013-03-20 Douglas GregorWork-in-progress documentation on the experimental...