summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/ubsan-nonnull.m
Commit message (Collapse)AuthorAgeFilesLines
* [ubsan] Extend the nonnull arg check to ObjCVedant Kumar2017-03-061-0/+48
UBSan's nonnull argument check applies when a parameter has the "nonnull" attribute. The check currently works for FunctionDecls, but not for ObjCMethodDecls. This patch extends the check to work for ObjC. Differential Revision: https://reviews.llvm.org/D30599 llvm-svn: 296996
OpenPOWER on IntegriCloud