index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
Modules.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Add platform and environment features to requires clause
Bruno Cardoso Lopes
2018-09-18
1
-1
/
+6
*
[Modules] Add more language features to be used with requires-declaration
Bruno Cardoso Lopes
2018-02-14
1
-0
/
+15
*
[Modules] Change private modules rules and warnings
Bruno Cardoso Lopes
2017-12-22
1
-14
/
+15
*
Fix reStructuredText warning.
Douglas Gregor
2017-09-14
1
-1
/
+1
*
Minor cleanups to address feedback from Bruno. NFC
Douglas Gregor
2017-09-14
1
-8
/
+7
*
[Module map] Introduce a private module re-export directive.
Douglas Gregor
2017-09-14
1
-1
/
+28
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-3
/
+8
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-8
/
+3
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-3
/
+8
*
Revert accidentally-committed files.
Richard Smith
2017-08-03
1
-108
/
+731
*
Don't emit undefined-internal warnings for CXXDeductionGuideDecls.
Richard Smith
2017-08-03
1
-731
/
+108
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-3
/
+22
*
[modules] Minor documentation clarification for behavior of requires-declarat...
Richard Smith
2017-05-30
1
-1
/
+1
*
[coroutines] Support "coroutines" feature in module map requires clause
Eric Fiselier
2017-05-28
1
-0
/
+3
*
Revert "[coroutines] Support "coroutines" feature in module map requires clause"
Eric Fiselier
2017-05-27
1
-3
/
+0
*
[coroutines] Support "coroutines" feature in module map requires clause
Eric Fiselier
2017-05-27
1
-0
/
+3
*
[Modules] Add documentation on private frameworks
Bruno Cardoso Lopes
2017-03-16
1
-0
/
+11
*
[Modules] Add a command line option for loading the clang builtins modulemap.
Elad Cohen
2016-10-31
1
-0
/
+3
*
[Modules] Add 'no_undeclared_includes' module map attribute
Bruno Cardoso Lopes
2016-10-21
1
-0
/
+2
*
[Modules] Add 'freestanding' to the 'requires-declaration' feature-list.
Elad Cohen
2016-09-04
1
-0
/
+3
*
[Modules] Add 'gnuinlineasm' to the 'requires-declaration' feature-list.
Bruno Cardoso Lopes
2016-08-30
1
-0
/
+3
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-0
/
+3
*
Fix a typo.
Adrian Prantl
2015-09-17
1
-1
/
+1
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
[modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise for
Richard Smith
2015-06-16
1
-3
/
+3
*
[modules] Remove non-functional driver options -f[no-]modules-implicit-maps.
Richard Smith
2015-06-15
1
-4
/
+1
*
[modules] Restrict the module use-declaration to only appear in top-level
Richard Smith
2015-03-26
1
-8
/
+17
*
Add -fno-implicit-modules.
Manuel Klimek
2015-02-20
1
-0
/
+6
*
Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
2014-11-25
1
-0
/
+3
*
[modules] Support combining 'textual' with 'private'.
Richard Smith
2014-10-24
1
-6
/
+5
*
[modules] Add support for 'textual header' directives.
Richard Smith
2014-10-22
1
-5
/
+14
*
[modules] Add support for #include_next.
Richard Smith
2014-10-20
1
-0
/
+13
*
Enable both C and C++ modules with -fmodules, by switching -fcxx-modules to
Richard Smith
2014-09-30
1
-13
/
+8
*
Update modules documentation now that C++ support is working pretty well.
Richard Smith
2014-09-29
1
-6
/
+3
*
[modules] Slightly expand module semantics documentation.
Richard Smith
2014-07-24
1
-1
/
+3
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-0
/
+3
*
Fix sphinx-build warnings in clang docs.
Reid Kleckner
2014-04-18
1
-2
/
+2
*
Rename lib/Headers/module.map to module.modulemap
Ben Langmuir
2014-04-17
1
-1
/
+1
*
Documentation: remove a spurious '1' and wrap to 80 columns
Dmitri Gribenko
2014-03-28
1
-1
/
+4
*
Document module.private.modulemap and module_private.map.
Douglas Gregor
2014-03-28
1
-1
/
+58
*
Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
2014-03-19
1
-4
/
+7
*
Add [extern_c] attribute for modules, allowing a C module to be imported with...
Richard Smith
2014-03-02
1
-2
/
+4
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
1
-0
/
+34
*
Modules: Fix malformed reStructuredText
David Majnemer
2014-02-25
1
-1
/
+1
*
Allow a new syntax in a module requires-declaration:
Richard Smith
2013-10-28
1
-2
/
+5
*
Note that modules are supported for C/Objective-C, and have syntax in ObjC.
Douglas Gregor
2013-09-27
1
-13
/
+14
*
Add -fmodule-map-file option.
Daniel Jasper
2013-09-24
1
-0
/
+3
*
Module use declarations (II)
Daniel Jasper
2013-09-24
1
-1
/
+38
*
Support for modular module-map-files
Daniel Jasper
2013-09-11
1
-0
/
+4
*
[docs] Prominently note modules are experimental.
Sean Silva
2013-09-09
1
-6
/
+6
[next]