Age | Commit message (Expand) | Author | Files | Lines |
2022-09-02 | [NFC] Make MultiplexExternalSemaSource own sources | Chris Bieneman | 1 | -30/+9 |
2021-01-21 | [ASTReader] Allow controlling separately whether validation should be disable... | Argyrios Kyrtzidis | 1 | -5/+6 |
2020-02-21 | clang/Modules: Finish renaming CompilerInstance::ModuleManager, NFC. | Volodymyr Sapsai | 1 | -1/+1 |
2019-11-15 | Avoid including Builtins.h in Preprocessor.h | Reid Kleckner | 1 | -0/+1 |
2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -1/+1 |
2019-03-09 | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 1 | -4/+4 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-04 | PTH-- Remove feature entirely- | Erich Keane | 1 | -1/+0 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -3/+3 |
2017-06-29 | Teach ASTReader how to read only the Preprocessor state from an AST file, not... | Richard Smith | 1 | -1/+1 |
2017-01-06 | Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and... | David Blaikie | 1 | -1/+1 |
2017-01-06 | Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ... | David Blaikie | 1 | -1/+1 |
2017-01-05 | IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp... | David Blaikie | 1 | -1/+1 |
2017-01-05 | Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension | David Blaikie | 1 | -1/+1 |
2016-08-25 | Refactor to remove the assumption that we know the name of the module we're e... | Richard Smith | 1 | -1/+1 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -0/+1 |
2016-07-17 | Attempt to work around MSVC rejects-valid, round 2. | Richard Smith | 1 | -2/+5 |
2016-07-17 | PR28589: attempt to work around MSVC rejects-valid. | Richard Smith | 1 | -1/+2 |
2016-07-16 | Reimplement ExternalSemaSource delegation in terms of | Richard Smith | 1 | -120/+36 |
2016-07-13 | [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ... | Argyrios Kyrtzidis | 1 | -1/+1 |
2016-04-08 | revert SVN r265702, r265640 | Saleem Abdulrasool | 1 | -2/+1 |
2016-04-07 | Basic: thread CodeGenOptions into TargetInfo | Saleem Abdulrasool | 1 | -1/+2 |
2015-11-03 | Introduce module file extensions to piggy-back data onto module files. | Douglas Gregor | 1 | -1/+4 |
2015-08-06 | Rename the non-coding style conformant functions in namespace Builtins | Eric Christopher | 1 | -1/+1 |
2015-08-05 | function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its | Richard Smith | 1 | -7/+6 |
2015-07-17 | Make the clang module container format selectable from the command line. | Adrian Prantl | 1 | -1/+1 |
2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 1 | -1/+1 |
2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-06-20 | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 1 | -9/+13 |
2015-04-11 | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 1 | -1/+1 |
2015-03-24 | [modules] Deserialize CXXCtorInitializer list for a constructor lazily. | Richard Smith | 1 | -0/+5 |
2015-02-25 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -10/+6 |
2015-02-25 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -6/+10 |
2015-02-24 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -10/+6 |
2015-02-24 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -6/+10 |
2015-02-21 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -10/+6 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -6/+10 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -10/+6 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -6/+10 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -10/+6 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -6/+10 |
2014-08-27 | Update for LLVM api change. | Rafael Espindola | 1 | -4/+2 |
2014-08-18 | Store std::unique_ptr in InMemoryBuffers. NFC. | Rafael Espindola | 1 | -12/+15 |
2014-08-10 | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 1 | -4/+4 |
2014-07-17 | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 1 | -4/+4 |
2014-07-17 | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 1 | -4/+4 |
2014-07-07 | Move ChainedIncludesSource into the implementation | Alp Toker | 1 | -4/+50 |
2014-07-07 | ChainedIncludesSource: avoid copying n*(n+1)/2 file contents into memory | Alp Toker | 1 | -12/+6 |
2014-07-06 | Use non-intrusive refcounting for TargetOptions | Alp Toker | 1 | -2/+2 |
2014-07-05 | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 1 | -1/+1 |