summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-api-loadTU-test.m
Commit message (Expand)AuthorAgeFilesLines
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-5/+5
* Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor2010-01-251-1/+1
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-221-11/+28
* Teach the cursor visitor to walk all of the C and Objective-CDouglas Gregor2010-01-221-0/+13
* Teach the cursor visitor to walk statements and expressions, includingDouglas Gregor2010-01-211-0/+12
* Teach the cursor visitor to walk into a variety of different TypeLocDouglas Gregor2010-01-211-2/+5
* Introduce type references into the C API, capturing references toDouglas Gregor2010-01-211-0/+1
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-12/+12
* Introduce clang_getCursorReferenced, to get a cursor pointing at theDouglas Gregor2010-01-191-6/+6
* Implement clang_getCursorExtent, which provides a source range for theDouglas Gregor2010-01-191-5/+5
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-28/+28
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-3/+3
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-1/+1
* Use a sane encoding for CXCursor_ObjCProtocolRef, using the actualDouglas Gregor2010-01-161-2/+2
* Give CXCursor_ObjCSuperClassRef a sane encoding, which is only knownDouglas Gregor2010-01-161-2/+2
* Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek2010-01-161-1/+1
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-11/+12
* Change clang_getDeclExtent() to have the endpoint point to the last character...Ted Kremenek2010-01-061-43/+28
* Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ...Ted Kremenek2010-01-051-30/+29
* 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-124/+0
* Update test to stop scanning things in the predefines buffer, this isn't addingDaniel Dunbar2009-11-181-15/+15
* Update index tests for r89203.Benjamin Kramer2009-11-181-7/+7
* Fix test case.Ted Kremenek2009-11-171-156/+156
* Rename test.Ted Kremenek2009-11-171-0/+224
OpenPOWER on IntegriCloud