aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/get-cursor.m
AgeCommit message (Expand)AuthorFilesLines
2013-07-05[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis1-0/+24
2012-08-28[libclang] When determining the cursor via a location, ignore synthesized iva...Argyrios Kyrtzidis1-1/+12
2012-06-16[AST/libclang] Fix the selector locations that are reported for aArgyrios Kyrtzidis1-0/+11
2012-06-09[libclang] When doing the cursor visitation make sure declarationsArgyrios Kyrtzidis1-0/+22
2012-04-16[libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis1-0/+7
2012-04-16[libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis1-0/+10
2012-03-30[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis1-2/+2
2012-03-30[libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis1-4/+17
2012-03-30Add info to ObjCPropertyRefExpr to indicate whether the dot syntax propertyArgyrios Kyrtzidis1-1/+16
2012-03-30[libclang] A MemberRefExpr cursor for a property dot syntax should have asArgyrios Kyrtzidis1-0/+3
2012-03-30[libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis1-2/+6
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis1-1/+1
2012-02-23[libclang] Make sure that all top-level decls in a @implementation areArgyrios Kyrtzidis1-0/+15
2012-01-20rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2012-01-13Revert r148138; it's causing test failures.Eli Friedman1-1/+1
2012-01-13rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2011-08-17Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis1-4/+20
2011-08-15Fix tests for non-darwin hosts.Argyrios Kyrtzidis1-1/+1
2011-08-15[libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.Argyrios Kyrtzidis1-0/+10
2011-08-10[libclang] When pointing at an objc property don't return a cursor that point...Argyrios Kyrtzidis1-0/+11