| Age | Commit message (Expand) | Author |
| 2012-10-17 | Set a special flag in class metadata when an Objective-C class | John McCall |
| 2012-10-16 | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor |
| 2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
| 2012-10-12 | [PCH] We only need to record C++ overridden methods once for the canonical decl. | Argyrios Kyrtzidis |
| 2012-10-12 | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor |
| 2012-10-11 | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor |
| 2012-10-11 | Introduce a simple "hint" scheme to eliminate the quadratic behavior | Douglas Gregor |
| 2012-10-11 | Make the deserialization of PendingMacroIDs deterministic. | Douglas Gregor |
| 2012-10-11 | [libclang] Improve AST serialization done by ASTUnit::Save(). | Argyrios Kyrtzidis |
| 2012-10-11 | Remove the ASTDeserializationListener's MacroVisible() callback, which | Douglas Gregor |
| 2012-10-11 | Remove an unused bit from the serialized IdentifierInfo | Douglas Gregor |
| 2012-10-11 | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor |
| 2012-10-10 | Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. | Jordan Rose |
| 2012-10-10 | When indexing a module file, for the ppIncludedFile callback give | Argyrios Kyrtzidis |
| 2012-10-10 | [modules] Consistently construct a buffer as input to build the module. | Argyrios Kyrtzidis |
| 2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
| 2012-10-09 | Make the order of visitation of the pending bodies in the AST reader | Douglas Gregor |
| 2012-10-09 | When we load a function or method body from an AST file, we check | Douglas Gregor |
| 2012-10-09 | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor |
| 2012-10-05 | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis |
| 2012-10-04 | Fixed FunctionTypeLoc source range. | Abramo Bagnara |
| 2012-10-04 | Fix r165005: The lexical DeclContext is not the right place to make a decisio... | Axel Naumann |
| 2012-10-03 | Remove ASTReader::needPendingInstantiation(), introduced in r164993, | Douglas Gregor |
| 2012-10-03 | Add some FIXMEs to the ASTReader code | Douglas Gregor |
| 2012-10-03 | Revert most of the functionality in r165001. Instead, make sure that | Douglas Gregor |
| 2012-10-03 | [PCH] Fix serialization of an ImportDecl. | Argyrios Kyrtzidis |
| 2012-10-03 | Set the file entry for a Module* that was created during deserialization | Argyrios Kyrtzidis |
| 2012-10-02 | [PCH/Module] Change the map of file-level DeclIDs to use a FileID | Argyrios Kyrtzidis |
| 2012-10-02 | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis |
| 2012-10-02 | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis |
| 2012-10-02 | Add info in the preprocessing record whether an inclusion directive | Argyrios Kyrtzidis |
| 2012-10-02 | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann |
| 2012-10-02 | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann |
| 2012-10-02 | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann |
| 2012-10-02 | Add FP_CONTRACT support for clang. | Lang Hames |
| 2012-10-01 | The Redeclarable part of named decls is read before their name. | Axel Naumann |
| 2012-10-01 | Also merge template redeclarations. | Axel Naumann |
| 2012-10-01 | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann |
| 2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
| 2012-09-25 | Macro history (de-)serialization. Deserialization currently reads only the la... | Alexander Kornienko |
| 2012-09-24 | Make sure that we don't end up making an #undef'd macro visible after | Douglas Gregor |
| 2012-09-21 | [PCH] After deserializing a DeclContext, if it has external lexical decls but... | Argyrios Kyrtzidis |
| 2012-09-20 | Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. | Douglas Gregor |
| 2012-09-19 | ASTWriter: Tighten up assertions when emitting a declaration name. | Benjamin Kramer |
| 2012-09-19 | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman |
| 2012-09-18 | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper |
| 2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
| 2012-09-14 | Fix abbreviation for CharacterLiteral in AST serialization. PR13806. | Eli Friedman |
| 2012-09-12 | PR13811: Add a FunctionParmPackExpr node to handle references to function | Richard Smith |
| 2012-09-10 | [PCH] Add a null check to avoid crashing. | Argyrios Kyrtzidis |