summaryrefslogtreecommitdiffstats
path: root/test/Index/properties-class-extensions.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-1/+1
* [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis2012-01-241-1/+1
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+1
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-2/+2
* [libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis2011-09-261-1/+16
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-16/+1
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-1/+1
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-7/+12
* Extend libclang with an API that determines, given a C++ virtualDouglas Gregor2010-10-011-1/+1
* Add test case for c-index-test showing that @property declarations added in c...Ted Kremenek2010-09-231-0/+15
* For properties declared in a @protocol and redeclared in a class extension, u...Ted Kremenek2010-09-231-4/+32
* Correctly register the class extension as the lexical DeclContext for ObjC me...Ted Kremenek2010-09-211-3/+3
* For ObjCPropertyDecls in class extensions, use the class extension as the lex...Ted Kremenek2010-09-211-12/+35
* Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek2010-05-181-0/+28