Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ubsan] Extend the nonnull arg check to ObjC | Vedant Kumar | 2017-03-06 | 1 | -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 |