summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/ubsan-array-bounds.m
Commit message (Collapse)AuthorAgeFilesLines
* [ubsan] Disable bounds-check for flexible array ivarsVedant Kumar2016-10-041-0/+59
This eliminates a class of false positives for -fsanitize=array-bounds on instrumented ObjC projects. Differential Revision: https://reviews.llvm.org/D22227 llvm-svn: 283249
OpenPOWER on IntegriCloud