Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor | 2012-04-13 | 1 | -90/+0 |
| | | | | llvm-svn: 154672 | ||||
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
| | | | | llvm-svn: 129567 | ||||
* | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 |
| | | | | llvm-svn: 90044 | ||||
* | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall | 2009-10-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | TypeLoc class names to be $(Type classname)Loc. Rewrite the visitor. Provide skeleton implementations for all the new TypeLocs. Handle all cases in PCH. Handle a few more cases when inserting location information in SemaType. It should be extremely straightforward to add new location information to existing TypeLoc objects now. llvm-svn: 84386 | ||||
* | Keep track of type references in DeclReferenceMap. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -0/+13 |
| | | | | llvm-svn: 83111 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
| | | | | llvm-svn: 81346 | ||||
* | Use helper class ASTVisitor to fully traverse an AST. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -80/+11 |
| | | | | llvm-svn: 77539 | ||||
* | Handle references from ObjCIvarRefExprs. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -4/+13 |
| | | | | llvm-svn: 76507 | ||||
* | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual ↵ | Argyrios Kyrtzidis | 2009-07-18 | 1 | -5/+5 |
| | | | | | | method Decl::getCanonicalDecl(). llvm-svn: 76273 | ||||
* | In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -0/+6 |
| | | | | llvm-svn: 75593 | ||||
* | fix file headers. | Chris Lattner | 2009-07-12 | 1 | -1/+1 |
| | | | | llvm-svn: 75437 | ||||
* | Move ASTLocation and DeclReferenceMap from the AST library to the Index library. | Argyrios Kyrtzidis | 2009-07-06 | 1 | -0/+132 |
llvm-svn: 74859 |