| Age | Commit message (Expand) | Author |
| 2011-11-12 | Add a method in ASTMutationListener for the last use of Decl's [is/set]Change... | Argyrios Kyrtzidis |
| 2011-11-12 | [PCH] When completing an objc forward reference, do not serialize the chain o... | Argyrios Kyrtzidis |
| 2011-11-11 | Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the | Douglas Gregor |
| 2011-11-10 | There's no good reason to track temporaries in ExprWithCleanups, | John McCall |
| 2011-11-09 | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis |
| 2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
| 2011-11-03 | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis |
| 2011-11-01 | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman |
| 2011-11-01 | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor |
| 2011-10-31 | [PCH] Now that we store the location of a decl outside its record | Argyrios Kyrtzidis |
| 2011-10-31 | [PCH] For ASTReader's FileDeclIDs also associate the Module that the | Argyrios Kyrtzidis |
| 2011-10-28 | [PCH] Sort the file decls by file offset not raw source location. | Argyrios Kyrtzidis |
| 2011-10-28 | [PCH] In ASTWriter::associateDeclWithFile don't bother finding the file loc | Argyrios Kyrtzidis |
| 2011-10-28 | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis |
| 2011-10-27 | [PCH] Pull the location out of the serialized declarations and put it in the ... | Argyrios Kyrtzidis |
| 2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
| 2011-10-26 | Eliminate a hang while loading a sequence of redeclarable entities. In | Douglas Gregor |
| 2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
| 2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
| 2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
| 2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor |
| 2011-10-25 | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis |
| 2011-10-21 | [PCH] When serializing Stmts, keep track of when sub statements are reference... | Argyrios Kyrtzidis |
| 2011-10-17 | Keep track when a ObjC interface/protocol was initially created as a forward ... | Argyrios Kyrtzidis |
| 2011-10-17 | Controlling macros are identifiers, not declarations. | Douglas Gregor |
| 2011-10-17 | Add a new placeholder type to represent "unbridged" | John McCall |
| 2011-10-17 | For modules, all macros that aren't include guards are implicitly | Douglas Gregor |
| 2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
| 2011-10-14 | [PCH] Serialize info about redeclared objc methods. | Argyrios Kyrtzidis |
| 2011-10-11 | Add support for viewing the module graph via Graphviz, for debugging | Douglas Gregor |
| 2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
| 2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
| 2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
| 2011-10-05 | Added a flag to identify resolved overloaded function references. | Abramo Bagnara |
| 2011-10-04 | Improve location fidelity of objc decls. | Argyrios Kyrtzidis |
| 2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis |
| 2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMessageExpr. | Argyrios Kyrtzidis |
| 2011-10-03 | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis |
| 2011-10-03 | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis |
| 2011-09-30 | Mark a TagDecl when it is free standing (e.g. "struct foo;") | Argyrios Kyrtzidis |
| 2011-09-29 | Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo method. | Daniel Dunbar |
| 2011-09-29 | Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to | Daniel Dunbar |
| 2011-09-26 | Add a comment in ASTReader::ReadPragmaDiagnosticMappings that the user bit | Argyrios Kyrtzidis |
| 2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
| 2011-09-23 | Fix up assertion a bit more | Douglas Gregor |
| 2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
| 2011-09-23 | Eliminate an MSVC comparison warning, from Aaron Ballman | Douglas Gregor |
| 2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
| 2011-09-22 | Do manual binary search for preprocessing entities because their end locations | Argyrios Kyrtzidis |
| 2011-09-22 | Don't use TemplateArgumentListInfo inside AST nodes because it may leak. | Argyrios Kyrtzidis |