aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/noescape.m
AgeCommit message (Expand)AuthorFilesLines
2023-06-07[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-45/+42
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-2/+2
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-5/+5
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-5/+5
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-5/+5
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-9/+9
2020-06-11[CodeGen] Simplify the way lifetime of block captures is extendedAkira Hatanaka1-2/+1
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-4/+4
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-1/+51
2018-10-01Revert r343518.Akira Hatanaka1-51/+1
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-1/+51
2018-09-09Revert r341754.Akira Hatanaka1-51/+1
2018-09-08Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-1/+51
2018-08-17[CodeGen] Merge identical block descriptor global variables.Akira Hatanaka1-1/+5
2018-07-20[CodeGen][ObjC] Make copying and disposing of a non-escaping blockAkira Hatanaka1-1/+46
2017-09-22Add test cases that weren't committed in r313945.Akira Hatanaka1-0/+71
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka1-71/+0
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka1-0/+71
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka1-71/+0
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka1-0/+71