| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the set of files to be validated in an AST file into the control | Douglas Gregor | 2012-10-19 | 1 | -108/+132 |
| * | Move OriginalDir from ASTReader to ModuleFile. | Douglas Gregor | 2012-10-18 | 1 | -18/+13 |
| * | Move the "RelocatablePCH" bit from the ASTReader to the module file. | Douglas Gregor | 2012-10-18 | 1 | -9/+9 |
| * | Move information about the "original file" from the ASTReader into the | Douglas Gregor | 2012-10-18 | 1 | -17/+21 |
| * | From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. | Axel Naumann | 2012-10-18 | 1 | -1/+1 |
| * | Collapse the original file name and original file ID records into a | Douglas Gregor | 2012-10-18 | 1 | -12/+4 |
| * | Collapse the "version control revision/tag" AST file record into the | Douglas Gregor | 2012-10-18 | 1 | -11/+8 |
| * | Split the target options out into their own record within the AST | Douglas Gregor | 2012-10-18 | 1 | -18/+22 |
| * | Start factoring the on-disk records for an AST file into a control | Douglas Gregor | 2012-10-18 | 1 | -132/+203 |
| * | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 2012-10-16 | 1 | -9/+76 |
| * | Introduce the notion of excluded headers into the module map | Douglas Gregor | 2012-10-15 | 1 | -1/+21 |
| * | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor | 2012-10-12 | 1 | -10/+48 |
| * | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor | 2012-10-11 | 1 | -2/+21 |
| * | Introduce a simple "hint" scheme to eliminate the quadratic behavior | Douglas Gregor | 2012-10-11 | 1 | -5/+7 |
| * | Make the deserialization of PendingMacroIDs deterministic. | Douglas Gregor | 2012-10-11 | 1 | -11/+9 |
| * | Remove the ASTDeserializationListener's MacroVisible() callback, which | Douglas Gregor | 2012-10-11 | 1 | -2/+0 |
| * | Remove an unused bit from the serialized IdentifierInfo | Douglas Gregor | 2012-10-11 | 1 | -2/+0 |
| * | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor | 2012-10-11 | 1 | -71/+64 |
| * | When indexing a module file, for the ppIncludedFile callback give | Argyrios Kyrtzidis | 2012-10-10 | 1 | -8/+10 |
| * | [modules] Consistently construct a buffer as input to build the module. | Argyrios Kyrtzidis | 2012-10-10 | 1 | -1/+1 |
| * | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 1 | -23/+128 |
| * | Make the order of visitation of the pending bodies in the AST reader | Douglas Gregor | 2012-10-09 | 1 | -2/+2 |
| * | When we load a function or method body from an AST file, we check | Douglas Gregor | 2012-10-09 | 1 | -1/+21 |
| * | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor | 2012-10-09 | 1 | -0/+2 |
| * | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis | 2012-10-05 | 1 | -1/+17 |
| * | Fixed FunctionTypeLoc source range. | Abramo Bagnara | 2012-10-04 | 1 | -0/+2 |
| * | Revert most of the functionality in r165001. Instead, make sure that | Douglas Gregor | 2012-10-03 | 1 | -5/+1 |
| * | Set the file entry for a Module* that was created during deserialization | Argyrios Kyrtzidis | 2012-10-03 | 1 | -1/+2 |
| * | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis | 2012-10-02 | 1 | -1/+9 |
| * | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+10 |
| * | Add info in the preprocessing record whether an inclusion directive | Argyrios Kyrtzidis | 2012-10-02 | 1 | -1/+1 |
| * | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann | 2012-10-02 | 1 | -0/+1 |
| * | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann | 2012-10-02 | 1 | -5/+11 |
| * | The Redeclarable part of named decls is read before their name. | Axel Naumann | 2012-10-01 | 1 | -2/+4 |
| * | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -2/+9 |
| * | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko | 2012-09-25 | 1 | -14/+19 |
| * | Make sure that we don't end up making an #undef'd macro visible after | Douglas Gregor | 2012-09-24 | 1 | -3/+9 |
| * | [PCH] After deserializing a DeclContext, if it has external lexical decls but... | Argyrios Kyrtzidis | 2012-09-21 | 1 | -0/+4 |
| * | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -0/+4 |
| * | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -2/+1 |
| * | Remove trailing return flag from FunctionTypeLoc, since we now carry that | Richard Smith | 2012-08-14 | 1 | -1/+0 |
| * | Final piece of core issue 1330: delay computing the exception specification of | Richard Smith | 2012-07-27 | 1 | -0/+2 |
| * | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 2012-07-11 | 1 | -3/+5 |
| * | Don't store pointers into a std::vector (RawCommentList::Comments). Although | Dmitri Gribenko | 2012-07-06 | 1 | -3/+4 |
| * | [PCH] Make sure that all newly introduced visible decls in a DeclContext | Argyrios Kyrtzidis | 2012-07-02 | 1 | -0/+2 |
| * | PR13189: va_list broken with precompiled headers | Meador Inge | 2012-07-01 | 1 | -0/+3 |
| * | Fix a warning on a fully covered switch with a default: | Chandler Carruth | 2012-06-20 | 1 | -13/+10 |
| * | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -2/+11 |
| * | Add the PCH file name to the message about not being able to read the PCH. | Kaelyn Uhrain | 2012-06-20 | 1 | -1/+1 |
| * | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -0/+66 |