Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor | 2012-04-13 | 1 | -22/+0 |
| | | | | llvm-svn: 154672 | ||||
* | 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 |