summaryrefslogtreecommitdiff
path: root/test/Index/c-index-api-fn-scan.m
Commit message (Expand)AuthorAgeFilesLines
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-221-217/+0
* Extend the CIndex API with direct support for expressions andDouglas Gregor2010-01-191-89/+89
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-124/+124
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-3/+3
* Use a sane encoding for CXCursor_ObjCProtocolRef, using the actualDouglas Gregor2010-01-161-9/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* c-index-test: Split "function scanning" behavior into its own "filter" -- itsDaniel Dunbar2009-12-011-0/+217