1. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 14 years ago
  2. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  3. 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
  4. 0d22d22 Add test case for c-index-test showing that @property declarations added in class extensions don't get reported by Ted Kremenek · 14 years ago
  5. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  6. a054fb4 Correctly register the class extension as the lexical DeclContext for ObjC methods declared with @property in class extensions. by Ted Kremenek · 14 years ago
  7. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  8. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 15 years ago