aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index
AgeCommit message (Expand)Author
2009-10-28Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff
2009-10-21Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff
2009-10-19Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-10-16Make CIndex and c-index-test a little bit more robust. The onlyDouglas Gregor
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis
2009-09-29Add more const-goodness to ASTLocation.Argyrios Kyrtzidis
2009-09-21Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-28Lot's of little changes to get the C-based indexing API going...Steve Naroff
2009-07-30Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis
2009-07-29Support ObjC methods as Entities.Argyrios Kyrtzidis
2009-07-29Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and...Argyrios Kyrtzidis
2009-07-29Index the selectors and provide the translation units that contain themArgyrios Kyrtzidis
2009-07-29Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis
2009-07-29Introduce SelectorMap whose purpose is to map selectors to objc methods and m...Argyrios Kyrtzidis
2009-07-29Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis
2009-07-29-Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis
2009-07-29Introduce TULocation and TULocationHandler classes.Argyrios Kyrtzidis
2009-07-29Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis
2009-07-29Add Entity::getInternalDecl() to be used only on Entities that refer to internalArgyrios Kyrtzidis
2009-07-29Constify ASTLocation::print.Argyrios Kyrtzidis
2009-07-29Fix some comments.Argyrios Kyrtzidis
2009-07-29Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.Argyrios Kyrtzidis
2009-07-29Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis
2009-07-29Accept Handler objects in parameters as references.Argyrios Kyrtzidis
2009-07-29Rename EntityHandler::HandleEntity to Handle.Argyrios Kyrtzidis
2009-07-29-Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis
2009-07-24Constify methods.Zhongxing Xu
2009-07-23constify methods.Zhongxing Xu
2009-07-21Remove the ASTContext parameter from Entity::getPrintableName().Argyrios Kyrtzidis
2009-07-21Keep only canonical Decls in Entities.Argyrios Kyrtzidis
2009-07-21Change the semantics for Entity.Argyrios Kyrtzidis
2009-07-18Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis
2009-07-17Rename Entity::getName() to Entity::getPrintableName() to make its purposeZhongxing Xu
2009-07-17As suggested by Argyrios, revert r76159 and make "FindImmediateParent" Zhongxing Xu
2009-07-17Relax the assertion in ASTLocation's ctor: if the decl is not the immediateZhongxing Xu
2009-07-15Add getName() method to Entity.Zhongxing Xu
2009-07-12fix typo in file headers.Chris Lattner
2009-07-12improve comments.Chris Lattner
2009-07-06Some changes to ASTLocation's methodsArgyrios Kyrtzidis
2009-07-06Add some comments to the ASTLocation class.Argyrios Kyrtzidis
2009-07-06Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis
2009-07-06Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis
2009-07-05Introduce the 'Index' library.Argyrios Kyrtzidis