summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/Index/Indexer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-131-71/+0
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-061-0/+7
* Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff2009-10-191-12/+1
* Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar2009-09-211-4/+11
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-1/+7
* Index the selectors and provide the translation units that contain themArgyrios Kyrtzidis2009-07-291-0/+6
* Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis2009-07-291-0/+3
* Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis2009-07-291-6/+0
* Accept Handler objects in parameters as references.Argyrios Kyrtzidis2009-07-291-1/+1
* -Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis2009-07-291-0/+59
OpenPOWER on IntegriCloud