summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-api-test.m
Commit message (Expand)AuthorAgeFilesLines
* Rename test.Ted Kremenek2009-11-171-224/+0
* Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"...Ted Kremenek2009-11-171-1/+1
* ... and add back a few more triple forces.Daniel Dunbar2009-11-171-1/+1
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Have clang_getCursorSource() return NULL when the source location is invalid ...Ted Kremenek2009-11-171-7/+7
* Update test, I don't know why this changed but seems innocuous.Daniel Dunbar2009-11-161-7/+7
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Force a specific target triple in c-index-api-test.m, making the behavior of ...Ted Kremenek2009-10-071-8/+8
* - Fix assert in clang_getCursorDecl (having to do with recently added ObjC_Pr...Steve Naroff2009-10-051-9/+9
* Add support for class and protocol references.Steve Naroff2009-10-011-134/+166
* Revert "Force triple in test.", this wasn't the problem.Daniel Dunbar2009-09-261-1/+1
* Force triple in test.Daniel Dunbar2009-09-261-1/+1
* Fix cut/paste error resulting in bad column info.Steve Naroff2009-09-251-89/+89
* Add clang_getDeclLine and clang_getDeclColumnSteve Naroff2009-09-251-89/+89
* Don't look for __builtin_va_list; it isn't present for all targetsDouglas Gregor2009-09-251-1/+1
* Add test for C-based indexing API, using FileCheck utility.Steve Naroff2009-09-241-0/+192
OpenPOWER on IntegriCloud