summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/nontrivial-struct-param-init.m
Commit message (Collapse)AuthorAgeFilesLines
* [CodeGen][ObjC] Emit a primitive store to store a __strong field inAkira Hatanaka2019-12-031-0/+17
ExpandTypeFromArgs This fixes a bug in IRGen where a call to `llvm.objc.storeStrong` was being emitted to initialize a __strong field of an uninitialized temporary struct, which caused crashes at runtime. rdar://problem/51807365
OpenPOWER on IntegriCloud