diff options
author | Devin Coughlin <dcoughlin@apple.com> | 2016-01-28 22:23:34 +0000 |
---|---|---|
committer | Devin Coughlin <dcoughlin@apple.com> | 2016-01-28 22:23:34 +0000 |
commit | de21767a4d127293fe0ce945225f5851e80fa058 (patch) | |
tree | 572a96be78e8c2085fa401d6f8f9e74ebb12c99c /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 (diff) | |
download | bcm5719-llvm-de21767a4d127293fe0ce945225f5851e80fa058.tar.gz bcm5719-llvm-de21767a4d127293fe0ce945225f5851e80fa058.zip |
[analyzer] Suppress nullability warnings in copy, mutableCopy, and init families.
There are multiple, common idioms of defensive nil-checks in copy,
mutableCopy, and init methods in ObjC. The analyzer doesn't currently have the
capability to distinguish these idioms from true positives, so suppress all
warnings about returns in those families. This is a pretty blunt suppression
that we should improve later.
rdar://problem/24395811
llvm-svn: 259099
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions