]> granicus.if.org Git - clang/commit
[analyzer] Set the allocation site to be the uniqueing location for retain count...
authorAnna Zaks <ganna@apple.com>
Tue, 23 Apr 2013 23:57:50 +0000 (23:57 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 23 Apr 2013 23:57:50 +0000 (23:57 +0000)
commite3a813abc1874bbd842bcfbdd0fd676fb5cfdde8
tree0561c7a1448a19d9139ad0e89dcf6461d7180221
parent0f8579274a010f360a371b53101859d9d6052314
[analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks.

The uniqueing location is the location which is part of the hash used to determine if two reports are
the same. This is used by the CmpRuns.py script to compare two analyzer runs and determine which
warnings are new.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180166 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/retain-release-path-notes-gc.m
test/Analysis/retain-release-path-notes.m