aboutsummaryrefslogtreecommitdiff
path: root/tools/index-test/index-test.cpp
AgeCommit message (Expand)Author
2009-07-29Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis
2009-07-29-Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis
2009-07-21Change the semantics for Entity.Argyrios Kyrtzidis
2009-07-21Add '\n' to the end of error message.Argyrios Kyrtzidis
2009-07-18Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis
2009-07-18Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ...Argyrios Kyrtzidis
2009-07-14Handle redeclarations properly at the index-test tool.Argyrios Kyrtzidis
2009-07-14For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it.Argyrios Kyrtzidis
2009-07-14Handle struct fields through the index-test tool.Argyrios Kyrtzidis
2009-07-07Fix comment.Zhongxing Xu
2009-07-06Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test...Argyrios Kyrtzidis
2009-07-06Some changes to ASTLocation's methodsArgyrios 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-06Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis
2009-07-05Make use of the Index library through the index-test tool.Argyrios Kyrtzidis
2009-07-05Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis
2009-07-02Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-29Remove redundant leftover code.Argyrios Kyrtzidis
2009-06-25Check that index-test uses an up-to-date AST file.Argyrios Kyrtzidis
2009-06-25Add some comments and clean-up some leftover code.Argyrios Kyrtzidis
2009-06-25Introduce tools/index-test.Argyrios Kyrtzidis