Age | Commit message (Expand) | Author |
2012-02-29 | objective-c: provide fixit hint when atomic property does not | Fariborz Jahanian |
2012-02-28 | [AST] When we @synthesize a property with a user-defined ivar name, | Argyrios Kyrtzidis |
2012-02-28 | [AST] Associate the getter/setter methods to a property of a objc class exten... | Argyrios Kyrtzidis |
2012-02-23 | objective-c default synthesis. classes which adopt protocol properties | Fariborz Jahanian |
2012-02-21 | Don't crash on attempts to synthesize an invalid property. | John McCall |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-02 | Further enhance comment for property in continuation class. | Fariborz Jahanian |
2012-02-02 | objc: comment the code which allows narroing of property object | Fariborz Jahanian |
2012-02-02 | objective-c: When redeclaraing in continuation class a 'readonly' | Fariborz Jahanian |
2012-01-11 | minor refactoring to improve compile-time performance. | Fariborz Jahanian |
2012-01-11 | objc-arc: evaluate 'readonly' property with no known | Fariborz Jahanian |
2012-01-10 | objc++: patch for IRgen for atomic properties of | Fariborz Jahanian |
2012-01-05 | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek |
2012-01-04 | objc: When issuing warning for missing synthesis for | Fariborz Jahanian |
2012-01-04 | In non-gc, non-arc mode, property of 'Class' type | Fariborz Jahanian |
2012-01-03 | objc: use objc_suppress_autosynthesis attribute on classes | Fariborz Jahanian |
2011-12-15 | objc: do not auto synthesize properties declared in | Fariborz Jahanian |
2011-12-15 | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor |
2011-12-09 | objc-arc: diagnose synthesis of a 'weak unavailable' property. | Fariborz Jahanian |
2011-11-28 | objc: turn warning for property type mismatch in | Fariborz Jahanian |
2011-11-14 | [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare... | Argyrios Kyrtzidis |
2011-11-08 | objc-arc: 'readonly' property of retainable object | Fariborz Jahanian |
2011-11-06 | Make sure when setting AttributesAsWritten of a property that they do not | Argyrios Kyrtzidis |
2011-11-01 | objc: warn if a readonly property has a setter attribute too. | Fariborz Jahanian |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-18 | Set the objc "property attributes as written" for extension properties as well. | Argyrios Kyrtzidis |
2011-10-15 | obj-c++: allow the getter/setter to return/take parameters | Fariborz Jahanian |
2011-10-13 | objc-arc: 'Class' property is implicitly __unsafe_unretained. | Fariborz Jahanian |
2011-10-12 | Fix typo in name of diagnostic. | Ted Kremenek |
2011-10-12 | objc: note location of the previously declared | Fariborz Jahanian |
2011-10-10 | objc: err on a property designated both atomic and | Fariborz Jahanian |
2011-10-08 | objc: Do not warn about mismatch on Super's readonly property attribute, | Fariborz Jahanian |
2011-10-07 | objc++: some minor cleanup and a test case | Fariborz Jahanian |
2011-10-06 | objc: Improve on diagnostic when atomic proeprty is synthesized | Fariborz Jahanian |
2011-10-06 | objc++: For atomic properties of c++ class objec typet, appropriate | Fariborz Jahanian |
2011-10-04 | objc: Turn diagnostic on property type mismatch in | Fariborz Jahanian |
2011-10-03 | Allow getting all source locations of selector identifiers in a ObjCMethodDecl. | Argyrios Kyrtzidis |
2011-10-03 | Pass from the parser the locations of selector identifiers when creating | Argyrios Kyrtzidis |
2011-10-03 | Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f... | Argyrios Kyrtzidis |
2011-09-27 | Include prefix with default synthesized ivars. | Ted Kremenek |
2011-09-27 | objc - don't complain about unimplemented property when conforming | Fariborz Jahanian |
2011-09-26 | objc - compare setter/property types using | Fariborz Jahanian |
2011-09-26 | objc - in matching setter argument type to its property type, | Fariborz Jahanian |
2011-09-24 | objc - redeclaration of property in extension class | Fariborz Jahanian |
2011-09-19 | CurContext cannot be null ever. | Fariborz Jahanian |
2011-09-17 | objc: Don't crash with decl context for property impl. | Fariborz Jahanian |
2011-09-14 | objc-arc: warn when a 'retain' block property is | Fariborz Jahanian |