aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/class-stubs.m
AgeCommit message (Expand)AuthorFilesLines
2023-02-16[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-22/+19
2022-11-04[IR] Switch everything to use memory attributeNikita Popov1-1/+1
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-01-26[ObjC] Emit selector load right before msgSend call.Ahmed Bougacha1-1/+1
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-1/+1
2020-03-09[CodeGenObjC] Privatize some ObjC metadata symbolsErik Pilkington1-3/+3
2019-05-30Add the `objc_class_stub` attribute.John McCall1-0/+84