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