aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/objc-non-trivial-struct-nrvo.m
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov1-3/+3
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-30/+24
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-3/+3
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-3/+3
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-3/+3
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-3/+3
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-3/+3
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-3/+3
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-3/+3
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-5/+5
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault1-3/+3
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp1-3/+3
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault1-3/+3
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington1-3/+3
2019-06-20Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang1-1/+0
2018-03-29Generalize NRVO to cover C structs.Akira Hatanaka1-0/+134