summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ubsan-pointer-overflow.m
Commit message (Expand)AuthorAgeFilesLines
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)Vedant Kumar2017-07-131-4/+11
* [ubsan] Detect invalid unsigned pointer index expression (clang)Vedant Kumar2017-06-121-15/+57
* Relax test to try and appease builders. NFC.Vedant Kumar2017-06-011-6/+6
* [ubsan] Add a check for pointer overflow UBVedant Kumar2017-06-011-0/+171