summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-api-loadTU-test.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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