| Commit message (Expand) | Author | Age | Files | Lines |
| * | In ARC we emit an error when compiling: | Argyrios Kyrtzidis | 2011-07-26 | 1 | -7/+7 |
| * | objective-c: Any use of @synthesize or @dynamic lexically after a method (or ... | Fariborz Jahanian | 2011-07-22 | 1 | -0/+8 |
| * | When creating a property in a class extension, make sure to check its | Douglas Gregor | 2011-07-15 | 1 | -0/+1 |
| * | objc++: Some level of covariance is allowed in ObjC properties. | Fariborz Jahanian | 2011-07-13 | 1 | -6/+9 |
| * | objc++: Some level of covariance is allowed in ObjC properties. | Fariborz Jahanian | 2011-07-12 | 1 | -1/+1 |
| * | [ARC] Complain about property without storage attribute when @synthesizing it... | Argyrios Kyrtzidis | 2011-07-12 | 1 | -20/+43 |
| * | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -1/+1 |
| * | objc-arc/mrc: Allow ns_returns_not_retained attribute on properties | Fariborz Jahanian | 2011-06-25 | 1 | -1/+11 |
| * | No need to warn if 'unavailable' method/property | Fariborz Jahanian | 2011-06-24 | 1 | -1/+1 |
| * | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -3/+3 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -33/+350 |
| * | Restore 'atomic' as an attribute of objc | Fariborz Jahanian | 2011-06-11 | 1 | -2/+6 |
| * | Remove 'atomic' as a property attribute keyword. | Fariborz Jahanian | 2011-06-08 | 1 | -6/+2 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | de-sugared when accessing property reference type. | Fariborz Jahanian | 2011-03-30 | 1 | -1/+1 |
| * | Implements property of reference types. Adding | Fariborz Jahanian | 2011-03-28 | 1 | -12/+14 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -4/+8 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -3/+5 |
| * | Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! | Argyrios Kyrtzidis | 2011-01-31 | 1 | -2/+2 |
| * | Add -Wcustom-atomic-properties which warns if an atomic-by-default property h... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -4/+30 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -3/+7 |
| * | Initialize a variable, found by Ted. | Fariborz Jahanian | 2011-01-20 | 1 | -1/+1 |
| * | Don't warn on missing 'copy' attribute on a 'block' | Fariborz Jahanian | 2011-01-05 | 1 | -0/+1 |
| * | Guard lazy synthesis of provisional ivars under the new | Fariborz Jahanian | 2011-01-03 | 1 | -1/+2 |
| * | Warn when synthesizing a property which is | Fariborz Jahanian | 2010-12-17 | 1 | -0/+12 |
| * | ivars craeted for explicit @synthesize and those | Fariborz Jahanian | 2010-12-15 | 1 | -1/+1 |
| * | Any property declared in a class extension might have user | Fariborz Jahanian | 2010-12-10 | 1 | -1/+4 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -1/+1 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -6/+6 |
| * | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -3/+5 |
| * | Kill off the remaining places which generate CK_Unknown casts. | John McCall | 2010-11-16 | 1 | -8/+4 |
| * | Assorted work leading towards the elimination of CK_Unknown. | John McCall | 2010-11-15 | 1 | -4/+9 |
| * | Check for duplicate declaration of a property in current and | Fariborz Jahanian | 2010-11-10 | 1 | -9/+16 |
| * | Propagate the deprecated and unavailable attributes from a | John McCall | 2010-11-10 | 1 | -0/+17 |
| * | Tweak diagnostics for redeclaration of a @property in a class extension where... | Ted Kremenek | 2010-10-21 | 1 | -1/+10 |
| * | Check for ivar being a C++ object before attempting to | Fariborz Jahanian | 2010-10-15 | 1 | -2/+4 |
| * | Put line number on the diagnostic. //rdar: //8550657. | Fariborz Jahanian | 2010-10-14 | 1 | -1/+1 |
| * | Default synthesized ivars don't really have a location in the source. Using ... | Ted Kremenek | 2010-09-24 | 1 | -3/+8 |
| * | For properties declared in a @protocol and redeclared in a class extension, u... | Ted Kremenek | 2010-09-23 | 1 | -2/+7 |
| * | Correctly register the class extension as the lexical DeclContext for ObjC me... | Ted Kremenek | 2010-09-21 | 1 | -6/+9 |
| * | For ObjCPropertyDecls in class extensions, use the class extension as the lex... | Ted Kremenek | 2010-09-21 | 1 | -12/+18 |
| * | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek | 2010-09-01 | 1 | -11/+16 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -2/+2 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | Remove the DenseSet dependency from Sema.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| * | No need to default synthesize property if implementation | Fariborz Jahanian | 2010-08-25 | 1 | -0/+6 |
| * | Fix a bug in nonfragile-abi2 when attempting to diagnose | Fariborz Jahanian | 2010-08-24 | 1 | -2/+4 |
| * | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
| * | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -3/+3 |