| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions | David Blaikie | 2017-01-06 | 1 | -1/+1 | 
| *  | IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp... | David Blaikie | 2017-01-05 | 1 | -34/+29 | 
| *  | Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr | David Blaikie | 2017-01-05 | 1 | -7/+9 | 
| *  | Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr | David Blaikie | 2017-01-05 | 1 | -6/+6 | 
| *  | Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension | David Blaikie | 2017-01-05 | 1 | -1/+1 | 
| *  | [VFS] Replace TimeValue usage with std::chrono | Pavel Labath | 2016-11-09 | 1 | -3/+4 | 
| *  | C++ Modules TS: add frontend support for building pcm files from module | Richard Smith | 2016-08-26 | 1 | -1/+1 | 
| *  | Refactor to remove the assumption that we know the name of the module we're e... | Richard Smith | 2016-08-25 | 1 | -1/+1 | 
| *  | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -0/+1 | 
| *  | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 | 
| *  | Frontend: Simplify ownership model for clang's output streams. | Peter Collingbourne | 2016-07-15 | 1 | -6/+7 | 
| *  | [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ... | Argyrios Kyrtzidis | 2016-07-13 | 1 | -1/+2 | 
| *  | Add some std::move where the value is only read otherwise. | Benjamin Kramer | 2016-06-12 | 1 | -7/+8 | 
| *  | [PCH] Fixed bug with preamble invalidation when overridden files change | Cameron Desrochers | 2016-05-17 | 1 | -13/+23 | 
| *  | revert SVN r265702, r265640 | Saleem Abdulrasool | 2016-04-08 | 1 | -8/+4 | 
| *  | Basic: thread CodeGenOptions into TargetInfo | Saleem Abdulrasool | 2016-04-07 | 1 | -4/+8 | 
| *  | Delete dead variable. | Richard Smith | 2016-03-25 | 1 | -3/+1 | 
| *  | [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single | Richard Smith | 2016-02-19 | 1 | -1/+1 | 
| *  | [ASTUnit] Change the parameter of ASTUnit::LoadFromCompilerInvocationAction t... | Argyrios Kyrtzidis | 2016-02-09 | 1 | -2/+2 | 
| *  | [libclang] Add a flag to create the precompiled preamble on the first parse. | Benjamin Kramer | 2015-12-15 | 1 | -16/+19 | 
| *  | [libclang] Make sure to use the raw module format for libclang parsing. | Argyrios Kyrtzidis | 2015-11-20 | 1 | -0/+4 | 
| *  | Introduce module file extensions to piggy-back data onto module files. | Douglas Gregor | 2015-11-03 | 1 | -3/+4 | 
| *  | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 | 
| *  | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 | 
| *  | Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi... | Hans Wennborg | 2015-10-06 | 1 | -6/+6 | 
| *  | [Tooling] Reuse FileManager in ASTUnit. | Benjamin Kramer | 2015-10-06 | 1 | -13/+9 | 
| *  | Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 | Adrian Prantl | 2015-08-27 | 1 | -5/+5 | 
| *  | [Modules] Wrap the main ModuleManager visitor in a function_ref. | Benjamin Kramer | 2015-07-25 | 1 | -29/+19 | 
| *  | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -3/+3 | 
| *  | [libclang] Replace ObjC generic parameters in code-completion results. | Douglas Gregor | 2015-07-07 | 1 | -3/+4 | 
| *  | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 | 
| *  | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 | 
| *  | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -42/+67 | 
| *  | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -1/+1 | 
| *  | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -3/+3 | 
| *  | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -3/+3 | 
| *  | [modules] Teach the AST reader to handle the case of importing a module | Chandler Carruth | 2015-03-14 | 1 | -2/+2 | 
| *  | [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS... | Argyrios Kyrtzidis | 2015-03-03 | 1 | -5/+7 | 
| *  | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -16/+2 | 
| *  | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+16 | 
| *  | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -16/+2 | 
| *  | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -2/+16 | 
| *  | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -16/+2 | 
| *  | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 | 
| *  | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -16/+2 | 
| *  | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 | 
| *  | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -16/+2 | 
| *  | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 | 
| *  | ASTUnit: Fix a name clash in GCC builds. | Benjamin Kramer | 2015-02-06 | 1 | -2/+2 | 
| *  | ASTUnit: Use range-based for loops. | Benjamin Kramer | 2015-02-06 | 1 | -91/+69 |