summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/strong-in-c-struct.m
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-12/+3
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-3/+3
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-3/+12
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-12/+3
* Pattern match struct types in test case.Akira Hatanaka2019-06-271-11/+17
* [CodeGen][ObjC] Adjust the addresses passed to calls to synthesizedAkira Hatanaka2019-03-291-0/+121
* [CodeGen] Add additional mangling for struct members of non trivial structsShoaib Meenai2019-03-281-16/+16
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-181-10/+10
* [CodeGen] Before entering the loop that copies a non-trivial array fieldAkira Hatanaka2018-10-021-0/+31
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-2/+2
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-0/+20
* Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a"Akira Hatanaka2018-04-161-18/+0
* [CodeGen] Fix a crash that occurs when a non-trivial C struct with aAkira Hatanaka2018-04-161-0/+18
* Check that a field is not annotated with attribute "unavailable" beforeAkira Hatanaka2018-03-131-3/+12
* Serialize the NonTrivialToPrimitive* flags I added in r326307.Akira Hatanaka2018-03-131-1/+13
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+522
OpenPOWER on IntegriCloud