Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor | 2012-04-13 | 1 | -143/+0 |
* | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall | 2011-02-13 | 1 | -2/+1 |
* | Add the BlockDecl to the DeclContext. | Ted Kremenek | 2009-12-07 | 1 | -1/+1 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -2/+2 |
* | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall | 2009-10-18 | 1 | -4/+4 |
* | Pull TypeLocVisitor into its own header file. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -1/+1 |
* | Keep track of type references in DeclReferenceMap. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -1/+32 |
* | In ASTVisitor, call the correct base methods. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -4/+4 |
* | Find references inside blocks. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+4 |
* | Use helper class ASTVisitor to fully traverse an AST. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+109 |