aboutsummaryrefslogtreecommitdiff
path: root/lib/Index
AgeCommit message (Expand)Author
2009-11-18Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek
2009-11-17Silence some warnings produced by Clang, and add a missing headerDouglas Gregor
2009-11-04Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall
2009-10-28Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff
2009-10-24Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall
2009-10-22When building types from declarators, instead of building two types (one forJohn McCall
2009-10-21Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-10-08Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor
2009-09-29Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis
2009-09-29Keep track of type references in DeclReferenceMap.Argyrios Kyrtzidis
2009-09-29In ASTVisitor, call the correct base methods.Argyrios Kyrtzidis
2009-09-29Resolve a source location inside the return type of a functon.Argyrios Kyrtzidis
2009-09-29Resolve a source location that is inside a type declarator.Argyrios Kyrtzidis
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-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-23Don't install Clang libraries.Douglas Gregor
2009-07-31For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s...Argyrios Kyrtzidis
2009-07-30Lexically order files.Ted Kremenek
2009-07-30Fix Selector <-> GlobalSelector conversion.Argyrios Kyrtzidis
2009-07-30Fix gcc warning.Eli Friedman
2009-07-30Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis
2009-07-30Update CMake.Argyrios Kyrtzidis
2009-07-29Support ObjC methods as Entities.Argyrios Kyrtzidis
2009-07-29Index the selectors and provide the translation units that contain themArgyrios Kyrtzidis
2009-07-29Introduce SelectorMap whose purpose is to map selectors to objc methods and m...Argyrios Kyrtzidis
2009-07-29Find references inside blocks.Argyrios Kyrtzidis
2009-07-29Use helper class ASTVisitor to fully traverse an AST.Argyrios Kyrtzidis
2009-07-29Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis
2009-07-29Use an IdentifierTable for names used for Entities.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-29Constify ASTLocation::print.Argyrios Kyrtzidis
2009-07-29Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis
2009-07-29Add an assert.Argyrios 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-21Handle references from ObjCIvarRefExprs.Argyrios Kyrtzidis
2009-07-20The children statements might be NULL. Check for this case in Zhongxing Xu
2009-07-18Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis
2009-07-18Handle invalid ASTLocations instead of asserting.Argyrios Kyrtzidis