summaryrefslogtreecommitdiffstats
path: root/clang/tools/index-test
Commit message (Expand)AuthorAgeFilesLines
* 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