aboutsummaryrefslogtreecommitdiff
path: root/tools/index-test
AgeCommit message (Expand)Author
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar
2009-12-06Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar
2009-12-02Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar
2009-12-02Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list ofDaniel Dunbar
2009-12-01fix build on linuxNuno Lopes
2009-12-01Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar
2009-10-19Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis
2009-09-21Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar
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-08-20Don't install wpa or index-test tools.Daniel Dunbar
2009-08-10fix a couple of problems with section attributes:Chris Lattner
2009-07-30Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis
2009-07-29Support ObjC methods as Entities.Argyrios Kyrtzidis
2009-07-29Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis
2009-07-29-Introduce the idx::Analyzer class used for getting indexing information, lik...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-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