summaryrefslogtreecommitdiffstats
path: root/clang/tools/index-test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-223-382/+0
* Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar2009-12-151-4/+3
* Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C...Daniel Dunbar2009-12-131-2/+5
* Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar2009-12-061-1/+2
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-13/+4
* Normalize CIndex/c-index-test/index-test link lines in the hopes it will fixDaniel Dunbar2009-12-022-3/+5
* Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list ofDaniel Dunbar2009-12-021-11/+13
* fix build on linuxNuno Lopes2009-12-012-2/+2
* Add ASTUnit::LoadFromCompilerInvocation, which does what it says.Daniel Dunbar2009-12-013-2/+36
* Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff2009-10-191-4/+3
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-4/+4
* Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar2009-09-211-2/+2
* Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar2009-09-211-6/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-13/+13
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-281-1/+1
* Don't install wpa or index-test tools.Daniel Dunbar2009-08-201-0/+1
* fix a couple of problems with section attributes:Chris Lattner2009-08-102-1/+2
* Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis2009-07-301-7/+47
* Support ObjC methods as Entities.Argyrios Kyrtzidis2009-07-291-0/+2
* Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis2009-07-291-1/+6
* -Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis2009-07-291-53/+38
* Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.Argyrios Kyrtzidis2009-07-291-1/+3
* Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis2009-07-291-5/+7
* -Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis2009-07-291-9/+9
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-5/+3
* Add '\n' to the end of error message.Argyrios Kyrtzidis2009-07-211-1/+1
* Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...Argyrios Kyrtzidis2009-07-181-20/+2
* Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ...Argyrios Kyrtzidis2009-07-181-10/+3
* Handle redeclarations properly at the index-test tool.Argyrios Kyrtzidis2009-07-141-8/+6
* For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it.Argyrios Kyrtzidis2009-07-141-7/+16
* Handle struct fields through the index-test tool.Argyrios Kyrtzidis2009-07-141-1/+13
* Fix comment.Zhongxing Xu2009-07-071-1/+1
* Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test...Argyrios Kyrtzidis2009-07-061-12/+12
* Some changes to ASTLocation's methodsArgyrios Kyrtzidis2009-07-061-1/+1
* Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis2009-07-061-1/+1
* Move ASTLocation and DeclReferenceMap from the AST library to the Index library.Argyrios Kyrtzidis2009-07-061-2/+2
* Rename 'ASTNode' -> 'ASTLocation'.Argyrios Kyrtzidis2009-07-061-11/+11
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-053-37/+170
* Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ...Argyrios Kyrtzidis2009-07-051-18/+14
* Add support for retrieving the Doxygen comment associated with a givenDouglas Gregor2009-07-021-0/+3
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+2
* Remove redundant leftover code.Argyrios Kyrtzidis2009-06-291-1/+0
* Check that index-test uses an up-to-date AST file.Argyrios Kyrtzidis2009-06-251-0/+12
* Add some comments and clean-up some leftover code.Argyrios Kyrtzidis2009-06-251-8/+3
* Introduce tools/index-test.Argyrios Kyrtzidis2009-06-253-0/+183
OpenPOWER on IntegriCloud