| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -5/+1 |
* | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -1/+5 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -5/+1 |
* | [Sema][ObjC] Disallow non-trivial C struct fields in unions. | Akira Hatanaka | 2019-02-07 | 1 | -1/+17 |
* | [ObjC] Allow declaring __strong pointer fields in structs in Objective-C | Akira Hatanaka | 2018-02-28 | 1 | -3/+3 |
* | [Sema][ObjC] Use SmallSetVector to fix a failing test on the reverse | Akira Hatanaka | 2018-02-06 | 1 | -0/+22 |
* | Suggest objc_method_family(none) for a property named -newFoo or similar. | Jordan Rose | 2015-01-16 | 1 | -6/+29 |
* | ObjectiveC. 1) Warn when @dynamic (as well as synthesize) | Fariborz Jahanian | 2014-01-10 | 1 | -6/+14 |
* | ObjectiveC ARC. Removes a bogus warning when a weak | Fariborz Jahanian | 2013-11-19 | 1 | -0/+5 |
* | ObjectiveC arc. Warn when an implicitly 'strong' property | Fariborz Jahanian | 2013-10-26 | 1 | -0/+13 |
* | Improving objc_ownership attribute test coverage. | Aaron Ballman | 2013-09-01 | 1 | -0/+6 |
* | Undo my re-wording of the "ARC forbids Objective-C objects in ..." | Douglas Gregor | 2013-01-28 | 1 | -4/+4 |
* | Forbid the use of objects in unions in Objective-C++ ARC. Fixes | Douglas Gregor | 2013-01-28 | 1 | -4/+4 |
* | objective-C arc: ns_returns_retained is a type attribute in ARC, | Fariborz Jahanian | 2012-08-28 | 1 | -0/+2 |
* | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard | 2012-04-06 | 1 | -1/+1 |
* | Don't suppress access-control or invalid-type diagnostics from a | John McCall | 2012-01-26 | 1 | -0/+11 |
* | objc-arc: better diagnostic when block is declared | Fariborz Jahanian | 2011-12-12 | 1 | -1/+6 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -1/+1 |
* | objcetive-c-arc: When overriding a method, its ns_consumed patameter | Fariborz Jahanian | 2011-09-27 | 1 | -0/+19 |
* | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -6/+6 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+64 |