aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/ubsan-bool.m
AgeCommit message (Expand)AuthorFilesLines
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-8/+8
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-3/+3
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim1-3/+3
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-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
2017-03-09Retry: [ubsan] Detect UB loads from bitfieldsVedant Kumar1-2/+55
2017-03-09Revert "[ubsan] Detect UB loads from bitfields"Vedant Kumar1-55/+2
2017-03-08[ubsan] Detect UB loads from bitfieldsVedant Kumar1-2/+55
2016-12-09[ubsan] Treat ObjC's BOOL as if its range is always {0, 1}Vedant Kumar1-0/+13