| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Track how 'header' directives were written in module map files, | Richard Smith | 2014-12-02 | 1 | -28/+43 |
* | [modules] When a .pcm file is explicitly built separately from the translation | Richard Smith | 2014-10-31 | 1 | -2/+2 |
* | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -4/+4 |
* | Improve unique_ptr-y ownership in ASTUnit::ComputePreamble | David Blaikie | 2014-08-29 | 1 | -3/+2 |
* | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -2/+2 |
* | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -3/+2 |
* | Update for llvm api change. | Rafael Espindola | 2014-08-25 | 1 | -3/+3 |
* | Use StringRef instead of MemoryBuffer&. | Rafael Espindola | 2014-08-12 | 1 | -1/+2 |
* | Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump | Richard Smith | 2014-08-11 | 1 | -0/+1 |
* | Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble | David Blaikie | 2014-08-11 | 1 | -1/+1 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -30/+33 |
* | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -3/+5 |
* | Use -Rblah, not -Wblah, to control remark diagnostics. This was always the | Richard Smith | 2014-08-07 | 1 | -3/+4 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -33/+30 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -30/+33 |
* | Refer to error_code with the std prefix. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Include system_error directly. | Rafael Espindola | 2014-06-12 | 1 | -1/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -21/+21 |
* | Use error_code() instead of error_code::succes() | Rafael Espindola | 2014-05-31 | 1 | -4/+4 |
* | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 2014-05-22 | 1 | -7/+8 |
* | do not warn about unknown pragmas in modes that do not handle them (pr9537) | Lubos Lunak | 2014-05-01 | 1 | -1/+1 |
* | [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ... | Argyrios Kyrtzidis | 2014-04-29 | 1 | -1/+0 |
* | Reapply r207477 and r207479 without cyclic dependency | Ben Langmuir | 2014-04-29 | 1 | -0/+19 |
* | Revert r207477 (and r207479), "Check -Werror options during module validation" | NAKAMURA Takumi | 2014-04-29 | 1 | -19/+0 |
* | Check -Werror options during module validation | Ben Langmuir | 2014-04-29 | 1 | -0/+19 |
* | Don't build modules with (submodules with) missing headers | Ben Langmuir | 2014-04-18 | 1 | -1/+2 |
* | Add module name and module map file to -module-file-info | Ben Langmuir | 2014-04-14 | 1 | -0/+7 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -4/+8 |
* | If a header is explicitly included in module A, and excluded from an umbrella | Richard Smith | 2014-04-08 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -10/+10 |
* | If a module map is found in a relative -I path, convert the filenames within it | Richard Smith | 2014-03-11 | 1 | -26/+58 |
* | [C++11] Replace OwningPtr include with <memory>. | Ahmed Charles | 2014-03-09 | 1 | -1/+1 |
* | Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"' | Richard Smith | 2014-03-08 | 1 | -2/+2 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -8/+8 |
* | When building a module from the command line via -emit-module, add an entry to | Richard Smith | 2014-03-05 | 1 | -1/+9 |
* | Add [extern_c] attribute for modules, allowing a C module to be imported with... | Richard Smith | 2014-03-02 | 1 | -7/+14 |
* | Update for llvm api change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Don't assume that F_None is the default. It is about to change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Stat system dependencies when using -verify-pch | Ben Langmuir | 2014-02-07 | 1 | -5/+16 |
* | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -0/+13 |
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -1/+0 |
* | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper | 2013-12-17 | 1 | -4/+11 |
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
* | Revert r196372, "do not warn about unknown pragmas in modes that do not handl... | NAKAMURA Takumi | 2013-12-04 | 1 | -1/+1 |
* | do not warn about unknown pragmas in modes that do not handle them (pr9537) | Lubos Lunak | 2013-12-04 | 1 | -1/+1 |
* | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -3/+3 |
* | Remove -ast-dump-xml. | Richard Smith | 2013-10-07 | 1 | -11/+0 |
* | Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to | Richard Smith | 2013-06-24 | 1 | -1/+2 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -1/+1 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -2/+3 |