Age | Commit message (Expand) | Author | Files | Lines |
2017-03-21 | Apply clang-tidy's performance-unnecessary-value-param to parts of clang. | Benjamin Kramer | 1 | -3/+3 |
2017-03-20 | Reapply "Modules: Cache PCMs in memory and avoid a use-after-free" | Duncan P. N. Exon Smith | 1 | -1/+2 |
2017-03-18 | Revert "Modules: Cache PCMs in memory and avoid a use-after-free" | Renato Golin | 1 | -2/+1 |
2017-03-17 | Modules: Cache PCMs in memory and avoid a use-after-free | Duncan P. N. Exon Smith | 1 | -1/+2 |
2017-03-13 | Modules: Use hash of PCM content for SIGNATURE | Duncan P. N. Exon Smith | 1 | -1/+1 |
2017-01-05 | Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension | David Blaikie | 1 | -1/+1 |
2016-08-26 | C++ Modules TS: add frontend support for building pcm files from module | Richard Smith | 1 | -2/+5 |
2016-08-25 | Refactor to remove the assumption that we know the name of the module we're e... | Richard Smith | 1 | -6/+13 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -4/+1 |
2016-07-13 | [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ... | Argyrios Kyrtzidis | 1 | -1/+4 |
2015-11-03 | Introduce module file extensions to piggy-back data onto module files. | Douglas Gregor | 1 | -5/+7 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -1/+2 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -2/+1 |
2015-09-22 | Module Debugging: Use the clang module signature as the module's dwo_id | Adrian Prantl | 1 | -1/+2 |
2015-08-17 | [modules] When explicitly building a module file, don't include timestamps in | Richard Smith | 1 | -2/+3 |
2015-06-29 | Remove unnecessary include. | Adrian Prantl | 1 | -1/+0 |
2015-06-20 | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 1 | -22/+11 |
2015-02-25 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -6/+12 |
2015-02-25 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -12/+6 |
2015-02-24 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -6/+12 |
2015-02-24 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -12/+6 |
2015-02-21 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -6/+12 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -12/+6 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -6/+12 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -12/+6 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -6/+12 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -12/+6 |
2014-05-22 | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 1 | -1/+1 |
2013-06-11 | [libclang] Allow building a precompiled preamble with compiler errors | Argyrios Kyrtzidis | 1 | -4/+13 |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis | 1 | -4/+0 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -3/+3 |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 1 | -7/+2 |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 1 | -0/+4 |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 1 | -1/+0 |
2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer | 1 | -0/+1 |
2011-12-09 | Clean up the comments for this file now that its contents are totally | Chandler Carruth | 1 | -4/+3 |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 1 | -1/+1 |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor | 1 | -3/+3 |
2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis | 1 | -7/+0 |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 1 | -2/+4 |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor | 1 | -9/+3 |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 1 | -1/+1 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -1/+1 |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor | 1 | -9/+3 |
2011-07-22 | Fix an embarrassing bug in relocatable PCH support, where we were | Douglas Gregor | 1 | -1/+10 |
2011-02-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis | 1 | -2/+3 |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 1 | -1/+7 |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 1 | -1/+2 |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 1 | -1/+7 |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl | 1 | -1/+1 |