summaryrefslogtreecommitdiff
path: root/test/Index/properties-class-extensions.m
AgeCommit message (Expand)Author
2016-07-01[libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis
2012-01-24[libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis
2011-09-26[libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis
2011-08-17Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis
2011-06-03Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-09-23Add test case for c-index-test showing that @property declarations added in c...Ted Kremenek
2010-09-23For properties declared in a @protocol and redeclared in a class extension, u...Ted Kremenek
2010-09-21Correctly register the class extension as the lexical DeclContext for ObjC me...Ted Kremenek
2010-09-21For ObjCPropertyDecls in class extensions, use the class extension as the lex...Ted Kremenek
2010-05-18Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek