]> granicus.if.org Git - clang/commit
[analyzer] Malloc checker: Leak bugs should be suppressed by sinks.
authorAnna Zaks <ganna@apple.com>
Sat, 11 Feb 2012 21:02:40 +0000 (21:02 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 11 Feb 2012 21:02:40 +0000 (21:02 +0000)
commitda04677092c7b08fe7438f82a8636dcc8c6e9683
tree08006ff41ff2823377bb002cfd332433fdfe2896
parent4fb548710837dc4e709e1a84f241c4bea121e895
[analyzer] Malloc checker: Leak bugs should be suppressed by sinks.
Resolves a common false positive, where we were reporting a leak inside
asserts

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150312 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
test/Analysis/malloc.c