summaryrefslogtreecommitdiff
path: root/docs/Modules.rst
AgeCommit message (Expand)Author
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2017-09-14Fix reStructuredText warning.Douglas Gregor
2017-09-14Minor cleanups to address feedback from Bruno. NFCDouglas Gregor
2017-09-14[Module map] Introduce a private module re-export directive.Douglas Gregor
2017-08-31[modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov
2017-08-30Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk
2017-08-30[modules] Add ability to specify module name to module file mappingBoris Kolpackov
2017-08-03Revert accidentally-committed files.Richard Smith
2017-08-03Don't emit undefined-internal warnings for CXXDeductionGuideDecls.Richard Smith
2017-06-02Support lazy stat'ing of files referenced by module maps.Richard Smith
2017-05-30[modules] Minor documentation clarification for behavior of requires-declarat...Richard Smith
2017-05-28[coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier
2017-05-27Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier
2017-05-27[coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier
2017-03-16[Modules] Add documentation on private frameworksBruno Cardoso Lopes
2016-10-31[Modules] Add a command line option for loading the clang builtins modulemap.Elad Cohen
2016-10-21[Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes
2016-09-04[Modules] Add 'freestanding' to the 'requires-declaration' feature-list.Elad Cohen
2016-08-30[Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.Bruno Cardoso Lopes
2016-08-18Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren
2015-09-17Fix a typo.Adrian Prantl
2015-06-19Fix "the the" in comments/documentation/etc.Eric Christopher
2015-06-16[modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith
2015-06-15[modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith
2015-03-26[modules] Restrict the module use-declaration to only appear in top-levelRichard Smith
2015-02-20Add -fno-implicit-modules.Manuel Klimek
2014-11-25Add flag -f(no-)modules-implicit-maps.Daniel Jasper
2014-10-24[modules] Support combining 'textual' with 'private'.Richard Smith
2014-10-22[modules] Add support for 'textual header' directives.Richard Smith
2014-10-20[modules] Add support for #include_next.Richard Smith
2014-09-30Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith
2014-09-29Update modules documentation now that C++ support is working pretty well.Richard Smith
2014-07-24[modules] Slightly expand module semantics documentation.Richard Smith
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson
2014-04-18Fix sphinx-build warnings in clang docs.Reid Kleckner
2014-04-17Rename lib/Headers/module.map to module.modulemapBen Langmuir
2014-03-28Documentation: remove a spurious '1' and wrap to 80 columnsDmitri Gribenko
2014-03-28Document module.private.modulemap and module_private.map.Douglas Gregor
2014-03-19Add a new spelling for module map files 'module.modulemap'Ben Langmuir
2014-03-02Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith
2014-03-01If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith
2014-02-25Modules: Fix malformed reStructuredTextDavid Majnemer
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith
2013-09-27Note that modules are supported for C/Objective-C, and have syntax in ObjC.Douglas Gregor
2013-09-24Add -fmodule-map-file option.Daniel Jasper
2013-09-24Module use declarations (II)Daniel Jasper
2013-09-11Support for modular module-map-filesDaniel Jasper
2013-09-09[docs] Prominently note modules are experimental.Sean Silva
2013-08-05Add option to disable module loading.Daniel Jasper
2013-06-20This patch adds new private headers to the module map. PrivateLawrence Crowl