| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ensure that we still parse preprocessed CUDA files as CUDA when we use | Artem Belevich | 2015-03-19 | 1 | -0/+1 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -1/+1 |
* | [modules] Teach the AST reader to handle the case of importing a module | Chandler Carruth | 2015-03-14 | 1 | -2/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -4/+36 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -4/+36 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+36 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+36 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -4/+36 |
* | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 1 | -1/+1 |
* | [PCH/Modules] Check that the specific module cache path the PCH was built wit... | Argyrios Kyrtzidis | 2015-02-19 | 1 | -0/+2 |
* | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -1/+1 |
* | [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 |