summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/get-cursor.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+11
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+33
* [libclang] For convenience to clients, make sure that nullability and __kindo...Argyrios Kyrtzidis2015-08-241-0/+23
* [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis2013-07-051-0/+24
* [libclang] When determining the cursor via a location, ignore synthesized iva...Argyrios Kyrtzidis2012-08-281-1/+12
* [AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis2012-06-161-0/+11
* [libclang] When doing the cursor visitation make sure declarationsArgyrios Kyrtzidis2012-06-091-0/+22
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-161-0/+7
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-161-0/+10
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-2/+2
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-4/+17
* Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis2012-03-301-1/+16
* [libclang] A MemberRefExpr cursor for a property dot syntax should have asArgyrios Kyrtzidis2012-03-301-0/+3
* [libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis2012-03-301-2/+6
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-1/+1
* [libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis2012-02-231-0/+15
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-4/+20
* Fix tests for non-darwin hosts.Argyrios Kyrtzidis2011-08-151-1/+1
* [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.Argyrios Kyrtzidis2011-08-151-0/+10
* [libclang] When pointing at an objc property don't return a cursor that point...Argyrios Kyrtzidis2011-08-101-0/+11
OpenPOWER on IntegriCloud