]> granicus.if.org Git - clang/commit
StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp: Tweak ContainerNonEmptyMap...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Nov 2013 04:00:53 +0000 (04:00 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Nov 2013 04:00:53 +0000 (04:00 +0000)
commit2baea2887dfcf023c8e3560e5d4713c42eed7b6b
tree30c162c0790bf6ec441d5543c9a5b676acf9ad71
parentc7213b718d228b7e3595e58dfe4ce8758617f93c
StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp: Tweak ContainerNonEmptyMap with "int" instead of "bool", to appease building since r194235.

In ADT/ImmutableSet, ImutProfileInfo<bool> cannot be matched to ImutProfileInteger.
I didn't have idea it'd the right way if PROFILE_INTEGER_INFO(bool) could be added there.

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