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