Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7338a922dd1164002922163200b18a2c24eb0209
/
test
/
Index
/
properties-class-extensions.m
352697a
Expose @synthesize and @dynamic via their own cursor kinds in
by Douglas Gregor
· 14 years ago
e3c60a7
Fix source-range information for Objective-C properties. Previously,
by Douglas Gregor
· 14 years ago
9f59234
Extend libclang with an API that determines, given a C++ virtual
by Douglas Gregor
· 14 years ago
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
4a2e9ea
For properties declared in a @protocol and redeclared in a class extension, use the class extension
by Ted Kremenek
· 14 years ago
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
8254aa6
For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created
by Ted Kremenek
· 14 years ago
23173d7
Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current
by Ted Kremenek
· 15 years ago