| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ... | Craig Topper | 2014-06-26 | 1 | -1/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. Lex edition. | Craig Topper | 2014-05-17 | 1 | -40/+39 |
* | Provide and use a safe Token::getRawIdentifier() accessor | Alp Toker | 2014-05-17 | 1 | -4/+6 |
* | Remove -Wnon-modular-include | Ben Langmuir | 2014-05-08 | 1 | -2/+0 |
* | Add -Wnon-modular-include* options | Ben Langmuir | 2014-05-05 | 1 | -34/+50 |
* | Do not print inferred submodules explicitly in __inferred_module.map | Ben Langmuir | 2014-04-23 | 1 | -0/+2 |
* | Allow submodule inferrences with a missing umbrella when the module is unavai... | Ben Langmuir | 2014-04-21 | 1 | -1/+2 |
* | 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 | -2/+3 |
* | Fixed problem with exclude header. The exclude header argument needs to be re... | John Thompson | 2014-04-16 | 1 | -22/+0 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -15/+30 |
* | Add -fmodules-strict-decluse to check that all headers are in modules | Daniel Jasper | 2014-04-11 | 1 | -1/+5 |
* | Move search for header in umbrella directories into its own function | Ben Langmuir | 2014-04-10 | 1 | -75/+83 |
* | If a header is explicitly included in module A, and excluded from an umbrella | Richard Smith | 2014-04-08 | 1 | -6/+17 |
* | Add a new spelling for module map files 'module.modulemap' | Ben Langmuir | 2014-03-19 | 1 | -4/+15 |
* | Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anything | Richard Smith | 2014-03-12 | 1 | -1/+2 |
* | Add dependencies from imported modules with -MD | Ben Langmuir | 2014-03-07 | 1 | -1/+2 |
* | Remove a dead store, add a FIXME for another. | Richard Smith | 2014-03-06 | 1 | -0/+1 |
* | If a #include finds a file relative to the current file, don't forget to check | Richard Smith | 2014-03-05 | 1 | -0/+2 |
* | Add [extern_c] attribute for modules, allowing a C module to be imported with... | Richard Smith | 2014-03-02 | 1 | -2/+14 |
* | Enable layering check in unavailable modules. | Daniel Jasper | 2013-12-20 | 1 | -15/+104 |
* | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper | 2013-12-17 | 1 | -30/+25 |
* | Revert "Modules: Make missing headers in a module.map a warning not an error." | Daniel Jasper | 2013-12-16 | 1 | -10/+17 |
* | Modules: Make missing headers in a module.map a warning not an error. | Daniel Jasper | 2013-12-16 | 1 | -17/+10 |
* | Modules: Let -fmodules-decluse ignore headers that aren't in a module | Daniel Jasper | 2013-12-11 | 1 | -16/+22 |
* | Allow string literals as module names. | Daniel Jasper | 2013-12-06 | 1 | -20/+2 |
* | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -3/+19 |
* | Use the same SourceManager for ModuleMaps and compilations. | Manuel Klimek | 2013-10-24 | 1 | -19/+17 |
* | Allow a header to be part of multiple modules. | Daniel Jasper | 2013-10-22 | 1 | -27/+59 |
* | Fix uninitialized value bug discovered buy msan buildbot. | Daniel Jasper | 2013-09-24 | 1 | -1/+1 |
* | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -1/+63 |
* | Simplify code with the in place path::native. No functionality change. | Benjamin Kramer | 2013-09-11 | 1 | -4/+2 |
* | Support for modular module-map-files | Daniel Jasper | 2013-09-11 | 1 | -2/+57 |
* | Use the multiple argument form of path::append. | Benjamin Kramer | 2013-06-28 | 1 | -10/+5 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -7/+11 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -35/+60 |
* | Include Path.h instead of PathV2.h. | Rafael Espindola | 2013-06-11 | 1 | -1/+1 |
* | [Modules] Make r180934 more efficient by only loading top-level module maps i... | Douglas Gregor | 2013-05-10 | 1 | -2/+1 |
* | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis | 2013-05-08 | 1 | -3/+9 |
* | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 2013-05-03 | 1 | -2/+3 |
* | When looking for the module associated with one of our magical builtin header... | Douglas Gregor | 2013-05-02 | 1 | -18/+37 |
* | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor | 2013-03-20 | 1 | -18/+102 |
* | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor | 2013-03-20 | 1 | -4/+75 |
* | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -4/+9 |
* | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -1/+1 |
* | [modules] Const'ify some functions of ModuleMap. | Argyrios Kyrtzidis | 2013-02-19 | 1 | -12/+13 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -14/+4 |
* | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 2013-01-26 | 1 | -3/+1 |
* | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 2013-01-26 | 1 | -38/+21 |