Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -4/+4 |
| | | | | llvm-svn: 81346 | ||||
* | Index the selectors and provide the translation units that contain them | Argyrios Kyrtzidis | 2009-07-29 | 1 | -3/+40 |
| | | | | | | through the IndexProvider. llvm-svn: 77543 | ||||
* | Modify the Indexer class so that it can return the TranslationUnit that internal | Argyrios Kyrtzidis | 2009-07-29 | 1 | -2/+10 |
| | | | | | | decls originated from. llvm-svn: 77534 | ||||
* | Introduce a helper template for the Handler classes and use it instead | Argyrios Kyrtzidis | 2009-07-29 | 1 | -28/+0 |
| | | | | | | of the iterator of the Indexer class. llvm-svn: 77528 | ||||
* | Add an assert. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+1 |
| | | | | llvm-svn: 77527 | ||||
* | Accept Handler objects in parameters as references. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -3/+3 |
| | | | | | | | Reinforces that they shouldn't be null and it's a bit more natural when they are passed as stack objects. llvm-svn: 77526 | ||||
* | Rename EntityHandler::HandleEntity to Handle. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -1/+1 |
| | | | | llvm-svn: 77525 | ||||
* | -Make IndexProvider an abstract interface for getting indexing information. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+86 |
-Introduce Indexer as an IndexProvider implementation. llvm-svn: 77524 |