summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set the objc "property attributes as written" for extension properties as well.Argyrios Kyrtzidis2011-10-181-28/+34
* obj-c++: allow the getter/setter to return/take parametersFariborz Jahanian2011-10-151-2/+4
* objc-arc: 'Class' property is implicitly __unsafe_unretained.Fariborz Jahanian2011-10-131-1/+1
* Fix typo in name of diagnostic.Ted Kremenek2011-10-121-1/+1
* objc: note location of the previously declaredFariborz Jahanian2011-10-121-1/+3
* objc: err on a property designated both atomic andFariborz Jahanian2011-10-101-0/+7
* objc: Do not warn about mismatch on Super's readonly property attribute, Fariborz Jahanian2011-10-081-1/+1
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-071-5/+2
* objc: Improve on diagnostic when atomic proeprty is synthesizedFariborz Jahanian2011-10-061-1/+3
* objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian2011-10-061-0/+15
* objc: Turn diagnostic on property type mismatch inFariborz Jahanian2011-10-041-1/+1
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-3/+3
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-1/+2
* Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis2011-10-031-1/+1
* Include prefix with default synthesized ivars.Ted Kremenek2011-09-271-3/+14
* objc - don't complain about unimplemented property when conformingFariborz Jahanian2011-09-271-1/+2
* objc - compare setter/property types usingFariborz Jahanian2011-09-261-2/+2
* objc - in matching setter argument type to its property type,Fariborz Jahanian2011-09-261-1/+2
* objc - redeclaration of property in extension classFariborz Jahanian2011-09-241-1/+7
* CurContext cannot be null ever.Fariborz Jahanian2011-09-191-1/+1
* objc: Don't crash with decl context for property impl.Fariborz Jahanian2011-09-171-1/+1
* objc-arc: warn when a 'retain' block property isFariborz Jahanian2011-09-141-1/+7
* Refactoring, mostly to give ObjCPropertyDecls stronger invariants forJohn McCall2011-09-131-135/+120
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-131-11/+11
* objc-gc: More sema work for properties declared 'weak'Fariborz Jahanian2011-09-071-6/+13
* objc-gc: Don't force a __strong type'd propertyFariborz Jahanian2011-09-071-1/+1
* objc-gc: Adds support for "weak" property attribute under GC.Fariborz Jahanian2011-09-061-0/+6
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-0/+10
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-6/+6
* objc-arc: Mention property's attribute by name whenFariborz Jahanian2011-08-261-1/+3
* objc - use existing API for temporary switch ofFariborz Jahanian2011-08-221-5/+2
* objc - minor comment fix up and cleanup.Fariborz Jahanian2011-08-221-1/+1
* Restore patch I reversed in r138040. Known buildbotFariborz Jahanian2011-08-221-12/+15
* objc-arc: @property definitions should default to (strong) when notFariborz Jahanian2011-08-191-7/+14
* Revers r138040. Need to look at a few buildbot failures.Fariborz Jahanian2011-08-191-15/+12
* objective-c: Bring objective-c handling of decl contextFariborz Jahanian2011-08-191-12/+15
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-3/+7
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-011-8/+0
* In ARC we emit an error when compiling:Argyrios Kyrtzidis2011-07-261-7/+7
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-221-0/+8
* When creating a property in a class extension, make sure to check itsDouglas Gregor2011-07-151-0/+1
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-131-6/+9
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-121-1/+1
* [ARC] Complain about property without storage attribute when @synthesizing it...Argyrios Kyrtzidis2011-07-121-20/+43
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* objc-arc/mrc: Allow ns_returns_not_retained attribute on propertiesFariborz Jahanian2011-06-251-1/+11
* No need to warn if 'unavailable' method/property Fariborz Jahanian2011-06-241-1/+1
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-3/+3
* Automatic Reference Counting.John McCall2011-06-151-33/+350
* Restore 'atomic' as an attribute of objcFariborz Jahanian2011-06-111-2/+6
OpenPOWER on IntegriCloud