[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / clang / docs / Modules.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2020-11-10 Alexandre RamesAllow searching for prebuilt implicit modules.
2020-11-06 Stella StamenovaRevert "Allow searching for prebuilt implicit modules."
2020-11-05 Alexandre RamesAllow searching for prebuilt implicit modules.
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-10-21 Michael J. Spencer[Implicit Modules] Add -cc1 option -fmodules-strict...
2019-10-19 Michael J. SpencerRevert "[Implicit Modules] Add -cc1 option -fmodules...
2019-10-19 Michael J. Spencer[Docs] Fix header level.
2019-10-19 Michael J. Spencer[Implicit Modules] Add -cc1 option -fmodules-strict...
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2018-09-18 Bruno Cardoso Lopes[Modules] Add platform and environment features to...
2018-02-14 Bruno Cardoso Lopes[Modules] Add more language features to be used with...
2017-12-22 Bruno Cardoso Lopes[Modules] Change private modules rules and warnings
2017-09-14 Douglas GregorFix reStructuredText warning.
2017-09-14 Douglas GregorMinor cleanups to address feedback from Bruno. NFC
2017-09-14 Douglas Gregor[Module map] Introduce a private module re-export direc...
2017-08-31 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-08-30 Victor LeschukRevert r312105 [modules] Add ability to specify module...
2017-08-30 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-08-03 Richard SmithRevert accidentally-committed files.
2017-08-03 Richard SmithDon't emit undefined-internal warnings for CXXDeduction...
2017-06-02 Richard SmithSupport lazy stat'ing of files referenced by module...
2017-05-30 Richard Smith[modules] Minor documentation clarification for behavio...
2017-05-28 Eric Fiselier[coroutines] Support "coroutines" feature in module...
2017-05-27 Eric FiselierRevert "[coroutines] Support "coroutines" feature in...
2017-05-27 Eric Fiselier[coroutines] Support "coroutines" feature in module...
2017-03-16 Bruno Cardoso Lopes[Modules] Add documentation on private frameworks
2016-10-31 Elad Cohen[Modules] Add a command line option for loading the...
2016-10-21 Bruno Cardoso Lopes[Modules] Add 'no_undeclared_includes' module map attribute
2016-09-04 Elad Cohen[Modules] Add 'freestanding' to the 'requires-declarati...
2016-08-30 Bruno Cardoso Lopes[Modules] Add 'gnuinlineasm' to the 'requires-declarati...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
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...