summaryrefslogtreecommitdiffstats
path: root/test/Index/c-index-getCursor-test.m
Commit message (Expand)AuthorAgeFilesLines
* Robustify PreprocessingRecord slightly, by only creating macroDouglas Gregor2010-03-191-0/+1
* Implement serialization and lazy deserialization of the preprocessingDouglas Gregor2010-03-191-1/+5
* Fix a longstanding (but previously unknown) bug in the lazyDouglas Gregor2010-03-191-0/+6
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-1/+3
* Keep track of type source information in the return type of anDouglas Gregor2010-03-081-1/+3
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-99/+99
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-99/+99
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-13/+13
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-221-41/+28
* Extend the CIndex API with direct support for expressions andDouglas Gregor2010-01-191-79/+85
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-25/+25
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-1/+1
* Use a sane encoding for CXCursor_ObjCProtocolRef, using the actualDouglas Gregor2010-01-161-2/+2
* Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek2010-01-161-27/+27
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-12/+12
* 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
* Add c-index-test mode "-test-file-scan", which scans a source file and calls ...Ted Kremenek2009-11-171-0/+160