]> granicus.if.org Git - clang/commit
[analyzer] Change RetainCountChecker to use symbol dump method instead
authorAnna Zaks <ganna@apple.com>
Mon, 5 Dec 2011 18:58:11 +0000 (18:58 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 5 Dec 2011 18:58:11 +0000 (18:58 +0000)
commitf62ceec2173e6eefa3879ffa6a7bd68cba463023
tree7dada6833ece95ae207060233f8532091fb00d37
parentd0167853f46cc78787b06255a44f9dcedd04a8ec
[analyzer] Change RetainCountChecker to use symbol dump method instead
of relying on SymbolID.

This way any expression can be printed (not only SymbolData).

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