summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/arc-property.m
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka2019-03-211-1/+1
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-10/+10
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-0/+20
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-17/+17
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-3/+3
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-2/+2
* Objective-C [IRGen]. Generator a tail call to objc_getProperty() in Fariborz Jahanian2014-01-301-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Be sure to check ARC conventions on the implicit method declarationsJohn McCall2013-04-041-0/+45
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-2/+4
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-2/+2
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-2/+2
* Fix a pair of bugs relating to properties in ARC.John McCall2012-08-201-0/+72
* Strip qualifiers off the type of an implicit property defined byJohn McCall2011-10-171-0/+15
OpenPOWER on IntegriCloud