aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/fragile-arc.m
AgeCommit message (Expand)AuthorFilesLines
2023-06-06[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-68/+40
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-1/+1
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-4/+4
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-4/+4
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-4/+4
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-4/+4
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-4/+4
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-4/+4
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-4/+4
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-1/+1
2020-04-14[clang] Add missing FileCheck colonsJon Roelofs1-1/+1
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-12/+12
2018-08-17[CodeGen] Merge identical block descriptor global variables.Akira Hatanaka1-2/+2
2016-09-18CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool1-4/+4
2016-09-18CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool1-4/+4
2015-10-30Initialize @catch variables correctly in fragile-runtime ARC.John McCall1-2/+39
2015-10-21Enable ARC on the fragile runtime.John McCall1-0/+138