Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-22 | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 1 | -11/+11 |
2014-03-07 | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 1 | -4/+4 |
2014-03-07 | Change OwningPtr::take() to OwningPtr::release(). | Ahmed Charles | 1 | -4/+4 |
2014-03-07 | [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P... | Argyrios Kyrtzidis | 1 | -1/+1 |
2014-02-27 | [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea... | Argyrios Kyrtzidis | 1 | -11/+11 |
2014-02-20 | Reverting the virtual file system implementation, because it triggers an asse... | Juergen Ributzka | 1 | -1/+0 |
2014-02-19 | Initial implementation of virtual file system | Ben Langmuir | 1 | -0/+1 |
2013-07-05 | Use SmallVectorImpl& for function arguments instead of SmallVector. | Craig Topper | 1 | -3/+3 |
2013-04-26 | [frontend] Make -chain-include work when used with modules. | Argyrios Kyrtzidis | 1 | -0/+1 |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis | 1 | -2/+0 |
2013-03-19 | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor | 1 | -0/+1 |
2013-02-07 | Simplify FindExternalVisibleDeclsByName by making it return a bool indicating | Richard Smith | 1 | -1/+1 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -5/+5 |
2012-11-16 | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor | 1 | -1/+1 |