summaryrefslogtreecommitdiffstats
path: root/docs/Modules.rst
Commit message (Expand)AuthorAgeFilesLines
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-3/+22
* [modules] Minor documentation clarification for behavior of requires-declarat...Richard Smith2017-05-301-1/+1
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-281-0/+3
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-271-3/+0
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-271-0/+3
* [Modules] Add documentation on private frameworksBruno Cardoso Lopes2017-03-161-0/+11
* [Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen2016-10-311-0/+3
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-211-0/+2
* [Modules] Add 'freestanding' to the 'requires-declaration' feature-list.Elad Cohen2016-09-041-0/+3
* [Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes2016-08-301-0/+3
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+3
* Fix a typo.Adrian Prantl2015-09-171-1/+1
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-3/+3
* [modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith2015-06-151-4/+1
* [modules] Restrict the module use-declaration to only appear in top-levelRichard Smith2015-03-261-8/+17
* Add -fno-implicit-modules.Manuel Klimek2015-02-201-0/+6
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+3
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-6/+5
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-5/+14
* [modules] Add support for #include_next.Richard Smith2014-10-201-0/+13
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-13/+8
* Update modules documentation now that C++ support is working pretty well.Richard Smith2014-09-291-6/+3
* [modules] Slightly expand module semantics documentation.Richard Smith2014-07-241-1/+3
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Fix sphinx-build warnings in clang docs.Reid Kleckner2014-04-181-2/+2
* Rename lib/Headers/module.map to module.modulemapBen Langmuir2014-04-171-1/+1
* Documentation: remove a spurious '1' and wrap to 80 columnsDmitri Gribenko2014-03-281-1/+4
* Document module.private.modulemap and module_private.map.Douglas Gregor2014-03-281-1/+58
* Add a new spelling for module map files 'module.modulemap'Ben Langmuir2014-03-191-4/+7
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-021-2/+4
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-011-0/+34
* Modules: Fix malformed reStructuredTextDavid Majnemer2014-02-251-1/+1
* Allow a new syntax in a module requires-declaration:Richard Smith2013-10-281-2/+5
* Note that modules are supported for C/Objective-C, and have syntax in ObjC.Douglas Gregor2013-09-271-13/+14
* Add -fmodule-map-file option.Daniel Jasper2013-09-241-0/+3
* Module use declarations (II)Daniel Jasper2013-09-241-1/+38
* Support for modular module-map-filesDaniel Jasper2013-09-111-0/+4
* [docs] Prominently note modules are experimental.Sean Silva2013-09-091-6/+6
* Add option to disable module loading.Daniel Jasper2013-08-051-0/+5
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-2/+5
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-2/+2
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+3
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-0/+6
* Documentation: fix a typo and formattingDmitri Gribenko2013-03-221-2/+2
* Add future directions for modulesDouglas Gregor2013-03-221-0/+16
* More modules documentation, including the straw-man import declaration syntax...Douglas Gregor2013-03-221-28/+90
* More documentation on the module map language.Douglas Gregor2013-03-221-5/+464
* [docs] Point inquisitive users to existing module.map files.Sean Silva2013-03-201-0/+4
* [docs] Prominently note that modules are expemental.Sean Silva2013-03-201-0/+4