summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove 'atomic' as a property attribute keyword.Fariborz Jahanian2011-06-081-6/+2
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* de-sugared when accessing property reference type.Fariborz Jahanian2011-03-301-1/+1
* Implements property of reference types. AddingFariborz Jahanian2011-03-281-12/+14
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-4/+8
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-3/+5
* Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz!Argyrios Kyrtzidis2011-01-311-2/+2
* Add -Wcustom-atomic-properties which warns if an atomic-by-default property h...Argyrios Kyrtzidis2011-01-311-4/+30
* Give OpaqueValueExpr a source location, because its source locationDouglas Gregor2011-01-281-3/+7
* Initialize a variable, found by Ted.Fariborz Jahanian2011-01-201-1/+1
* Don't warn on missing 'copy' attribute on a 'block'Fariborz Jahanian2011-01-051-0/+1
* Guard lazy synthesis of provisional ivars under the newFariborz Jahanian2011-01-031-1/+2
* Warn when synthesizing a property which isFariborz Jahanian2010-12-171-0/+12
* ivars craeted for explicit @synthesize and thoseFariborz Jahanian2010-12-151-1/+1
* Any property declared in a class extension might have userFariborz Jahanian2010-12-101-1/+4
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-6/+6
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-3/+5
* Kill off the remaining places which generate CK_Unknown casts.John McCall2010-11-161-8/+4
OpenPOWER on IntegriCloud