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