summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-api-test.m
Commit message (Collapse)AuthorAgeFilesLines
* Rename test.Ted Kremenek2009-11-171-224/+0
| | | | llvm-svn: 89132
* Clean up c-index-test command line usage a bit by requiring a ↵Ted Kremenek2009-11-171-1/+1
| | | | | | "-test-load-tu" option when testing clang_loadTranslationUnit(). Running c-index-test without the correct arguments now also prints a useful summary of its correct usage. llvm-svn: 89115
* ... and add back a few more triple forces.Daniel Dunbar2009-11-171-1/+1
| | | | llvm-svn: 89088
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ↵Daniel Dunbar2009-11-171-1/+1
| | | | | | instead of forcing the triple. llvm-svn: 89072
* Have clang_getCursorSource() return NULL when the source location is invalid ↵Ted Kremenek2009-11-171-7/+7
| | | | | | or refers to a built-in buffer. Implements <rdar://problem/7296243>. llvm-svn: 89044
* Update test, I don't know why this changed but seems innocuous.Daniel Dunbar2009-11-161-7/+7
| | | | llvm-svn: 88983
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Force a specific target triple in c-index-api-test.m, making the behavior of ↵Ted Kremenek2009-10-071-8/+8
| | | | | | the test not be dependent on the host. llvm-svn: 83438
* - Fix assert in clang_getCursorDecl (having to do with recently added ↵Steve Naroff2009-10-051-9/+9
| | | | | | | | ObjC_ProtocolRef). - Make sure CHECK: lines in test case match the expected output. llvm-svn: 83316
* Add support for class and protocol references.Steve Naroff2009-10-011-134/+166
| | | | llvm-svn: 83186
* Revert "Force triple in test.", this wasn't the problem.Daniel Dunbar2009-09-261-1/+1
| | | | llvm-svn: 82855
* Force triple in test.Daniel Dunbar2009-09-261-1/+1
| | | | llvm-svn: 82850
* Fix cut/paste error resulting in bad column info.Steve Naroff2009-09-251-89/+89
| | | | llvm-svn: 82810
* Add clang_getDeclLine and clang_getDeclColumnSteve Naroff2009-09-251-89/+89
| | | | | | | Fix clang_getCursorDecl to do the right thing for expr refs Fixup test file to accommodate new output (which includes the line/column for the referenced decl) llvm-svn: 82798
* Don't look for __builtin_va_list; it isn't present for all targetsDouglas Gregor2009-09-251-1/+1
| | | | llvm-svn: 82757
* Add test for C-based indexing API, using FileCheck utility.Steve Naroff2009-09-241-0/+192
llvm-svn: 82706
OpenPOWER on IntegriCloud