| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer | 2012-02-07 | 1 | -1/+0 |
* | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Clean up the comments for this file now that its contents are totally | Chandler Carruth | 2011-12-09 | 1 | -4/+3 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -1/+1 |
* | When writing a module file, pass the module through to the AST | Douglas Gregor | 2011-11-30 | 1 | -3/+3 |
* | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis | 2011-09-19 | 1 | -7/+0 |
* | Modules hide macro definitions by default, so that silly things like | Douglas Gregor | 2011-09-01 | 1 | -2/+4 |
* | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor | 2011-08-25 | 1 | -9/+3 |
* | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -1/+1 |
* | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor | 2011-07-22 | 1 | -9/+3 |
* | Fix an embarrassing bug in relocatable PCH support, where we were | Douglas Gregor | 2011-07-22 | 1 | -1/+10 |
* | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis | 2011-02-15 | 1 | -2/+3 |
* | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 2010-11-30 | 1 | -1/+7 |
* | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner | 2010-11-23 | 1 | -1/+2 |
* | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -1/+7 |
* | More PCH -> AST renaming. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename various classes from PCH to AST. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename PCHReader to ASTReader. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename PCHWriter to ASTWriter | Sebastian Redl | 2010-08-18 | 1 | -2/+2 |
* | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl | 2010-08-17 | 1 | -0/+64 |
* | Revert Sebastian's build-breaking patch. | Douglas Gregor | 2010-08-17 | 1 | -64/+0 |
* | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl | 2010-08-17 | 1 | -0/+64 |