summaryrefslogtreecommitdiffstats
path: root/test/Index/c-index-getCursor-test.m
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix tests in non-darwin bots.Argyrios Kyrtzidis2015-08-051-1/+1
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-1/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* Change test to dump Filecheck output to an intermediate file. This makes it ...Ted Kremenek2012-12-191-1/+1
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-16/+16
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-15/+15
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-5/+5
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-1/+1
* For the MacroExpands preprocessor callback, also pass the SourceRangeArgyrios Kyrtzidis2011-08-181-1/+1
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-1/+1
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-2/+2
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-2/+2
* When comparing the source range of a declaration against the region ofDouglas Gregor2010-11-171-5/+5
* 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