summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Pointer/unsigned-index-expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-2/+2
* [UBSan] Add missing `%run` prefixes to Pointer tests.Dan Liew2018-09-031-1/+1
* [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar2017-07-131-4/+11
* [ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar2017-06-121-0/+13