]> granicus.if.org Git - clang/commit
[static analyzer] Don't flag nil storage into NSMutableDictionary.
authorAnna Zaks <ganna@apple.com>
Wed, 11 Nov 2015 00:49:22 +0000 (00:49 +0000)
committerAnna Zaks <ganna@apple.com>
Wed, 11 Nov 2015 00:49:22 +0000 (00:49 +0000)
commitb59606171d93d85f64406b7e7d31996d381a5f14
treedd6ca29bb4873fc6300d2e08242cf10111d47924
parentcfa180d5903d1740e12a979305e164e52519910a
[static analyzer] Don't flag nil storage into NSMutableDictionary.

This is now allowed and has the behavior of removing the mapping.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252679 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
test/Analysis/NSContainers.m