Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce TULocation and TULocationHandler classes. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+1 |
| | | | | | | | TULocation is like ASTLocation but also contains the TranslationUnit* that the ASTLocation originated from. llvm-svn: 77535 | ||||
* | -Make IndexProvider an abstract interface for getting indexing information. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+21 |
-Introduce Indexer as an IndexProvider implementation. llvm-svn: 77524 |