summaryrefslogtreecommitdiff
path: root/test/Index/find-refs.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-221-47/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Move test/Index input files into a sub directory (not scanned as tests).Daniel Dunbar2009-11-081-11/+11
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-40/+40
* Add -fblocks.Daniel Dunbar2009-07-301-2/+2
* Find references inside blocks.Argyrios Kyrtzidis2009-07-291-1/+2
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
* Change the semantics for Entity.Argyrios Kyrtzidis2009-07-211-0/+5
* Use temporary output to avoid running index-test with the same commands multi...Argyrios Kyrtzidis2009-07-211-20/+36
* Handle struct fields through the index-test tool.Argyrios Kyrtzidis2009-07-141-1/+8
* Having tests that depend on previously created files is bad idea. Fix them to...Argyrios Kyrtzidis2009-07-061-16/+18
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-051-0/+16