summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/arc-objc-lifetime-conflict.m
Commit message (Collapse)AuthorAgeFilesLines
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now ↵Pete Cooper2018-12-181-7/+7
| | | | | | | | | works only on intrinsics Differential Revision: https://reviews.llvm.org/D55802 Reviewers: rjmccall llvm-svn: 349535
* ObjC lifetime: pull sugar off when the qualifiers conflict.Manman Ren2016-06-011-0/+32
It's possible to have multiple local ObjCLifetime qualifiers. When there is a conflict, we can't stop after we reach a type that is directly qualified. We need to keep pulling sugar off and removing the ObjCLifetime qualifers. rdar://25804796 Differential Revision: http://reviews.llvm.org/D20843 llvm-svn: 271409
OpenPOWER on IntegriCloud