| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -108/+108 |
* | Record whether a module came from a private module map | Jordan Rose | 2018-04-20 | 1 | -0/+4 |
* | Use export_as for autolinking frameworks | Bruno Cardoso Lopes | 2018-04-16 | 1 | -0/+4 |
* | Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh... | Bruno Cardoso Lopes | 2018-01-05 | 1 | -4/+14 |
* | Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl... | Bruno Cardoso Lopes | 2018-01-04 | 1 | -14/+4 |
* | [Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f... | Bruno Cardoso Lopes | 2018-01-04 | 1 | -4/+14 |
* | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-11-03 | 1 | -27/+35 |
* | [Module map] Introduce a private module re-export directive. | Douglas Gregor | 2017-09-14 | 1 | -0/+4 |
* | Implement Itanium name mangling support for C++ Modules TS. | Richard Smith | 2017-09-04 | 1 | -1/+14 |
* | Support non-identifier module names when preprocessing modules. | Richard Smith | 2017-06-19 | 1 | -1/+3 |
* | Support lazy stat'ing of files referenced by module maps. | Richard Smith | 2017-06-02 | 1 | -1/+9 |
* | [modules] When compiling a preprocessed module map, look for headers relative | Richard Smith | 2017-05-31 | 1 | -0/+4 |
* | [modules ts] Diagnose 'export' declarations outside of a module interface. | Richard Smith | 2017-04-24 | 1 | -0/+12 |
* | Modular Codegen: Add/use a bit in serialized function definitions to track wh... | David Blaikie | 2017-04-11 | 1 | -2/+0 |
* | Modules: Use hash of PCM content for SIGNATURE | Duncan P. N. Exon Smith | 2017-03-13 | 1 | -2/+12 |
* | Prototype of modules codegen | David Blaikie | 2017-01-30 | 1 | -0/+2 |
* | [Modules] Add 'no_undeclared_includes' module map attribute | Bruno Cardoso Lopes | 2016-10-21 | 1 | -0/+4 |
* | [ptr-traits] Add #includes of headers rather than forward declarations | Chandler Carruth | 2015-12-30 | 1 | -3/+1 |
* | [modules] If we're given a module file, via -fmodule-file=, for a module, but | Richard Smith | 2015-11-05 | 1 | -0/+3 |
* | Range-based-for-convert some loops in ASTWriter. No functionality change inte... | Richard Smith | 2015-08-18 | 1 | -0/+7 |
* | [Modules] Add Darwin-specific compatibility module map parsing hacks | Ben Langmuir | 2015-08-13 | 1 | -0/+6 |
* | Add a function to ExternalASTSource that returns a descriptor that | Adrian Prantl | 2015-06-30 | 1 | -0/+3 |
* | [modules] Retain the name as written for umbrella headers and directories, ra... | Richard Smith | 2015-05-16 | 1 | -3/+19 |
* | [modules] Add local submodule visibility support for declarations. | Richard Smith | 2015-05-15 | 1 | -1/+4 |
* | [modules] Remove dead code from Module for tracking macro import locations. | Richard Smith | 2015-05-02 | 1 | -6/+0 |
* | [modules] If a module #includes a modular header that #undef's its macro, it | Richard Smith | 2015-05-02 | 1 | -1/+1 |
* | [modules] Add -fmodules-local-submodule-visibility flag. | Richard Smith | 2015-05-01 | 1 | -1/+11 |
* | [modules] Start moving the module visibility information off the Module itself. | Richard Smith | 2015-05-01 | 1 | -1/+54 |
* | [modules] Restrict the module use-declaration to only appear in top-level | Richard Smith | 2015-03-26 | 1 | -0/+4 |
* | [modules] Track how 'header' directives were written in module map files, | Richard Smith | 2014-12-02 | 1 | -20/+27 |
* | [modules] Support combining 'textual' with 'private'. | Richard Smith | 2014-10-24 | 1 | -3/+7 |
* | [modules] Add support for 'textual header' directives. | Richard Smith | 2014-10-22 | 1 | -0/+4 |
* | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -14/+1 |
* | Add a FIXME for a bug Doug pointed out in code review. | Richard Smith | 2014-05-30 | 1 | -0/+4 |
* | [C++11] Use 'nullptr' | Craig Topper | 2014-05-06 | 1 | -3/+3 |
* | Do not print inferred submodules explicitly in __inferred_module.map | Ben Langmuir | 2014-04-23 | 1 | -0/+3 |
* | Fix a hole with nested unavailable submodules from r206664 | Ben Langmuir | 2014-04-18 | 1 | -1/+1 |
* | Don't build modules with (submodules with) missing headers | Ben Langmuir | 2014-04-18 | 1 | -2/+10 |
* | Add more constness to module-related APIs | Dmitri Gribenko | 2014-04-18 | 1 | -1/+1 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -3/+16 |
* | Allow ASTFile to be reset to null | Ben Langmuir | 2014-04-03 | 1 | -1/+2 |
* | Add [extern_c] attribute for modules, allowing a C module to be imported with... | Richard Smith | 2014-03-02 | 1 | -1/+6 |
* | If a module A exports a macro M, and a module B imports that macro and #undef's | Richard Smith | 2014-03-01 | 1 | -3/+6 |
* | Remove dead code. | Richard Smith | 2014-01-27 | 1 | -10/+0 |
* | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper | 2013-12-17 | 1 | -2/+15 |
* | Simplify computation of visible module set. | Richard Smith | 2013-11-01 | 1 | -3/+3 |
* | Clang modules: collect exports recursively | Dmitri Gribenko | 2013-10-31 | 1 | -0/+3 |
* | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -9/+17 |
* | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+6 |
* | When we perform dependent name lookup during template instantiation, it's not | Richard Smith | 2013-07-25 | 1 | -0/+15 |