summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
Commit message (Collapse)AuthorAgeFilesLines
* Store a pointer to the return value in a static alloca and let the debugger ↵Amy Huang2019-06-201-1/+0
| | | | | | | | | | | | | | use that as the variable address for NRVO variables. Subscribers: hiraditya, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D63361 llvm-svn: 363952
* Generalize NRVO to cover C structs.Akira Hatanaka2018-03-291-0/+134
This commit generalizes NRVO to cover C structs (both trivial and non-trivial structs). rdar://problem/33599681 Differential Revision: https://reviews.llvm.org/D44968 llvm-svn: 328809
OpenPOWER on IntegriCloud