]> granicus.if.org Git - clang/commit
[analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback.
authorJordan Rose <jordan_rose@apple.com>
Thu, 15 Nov 2012 19:11:38 +0000 (19:11 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 15 Nov 2012 19:11:38 +0000 (19:11 +0000)
commitf34a5791c5c9df0348714e275adb09b8cf858460
tree96b27f110aa5053aeb8f449d8a3ec2795e1c4810
parent7f82bc87c99371df7adb2dbdf3464832031e4184
[analyzer] StreamChecker: Remove now-unnecessary check::EndPath callback.

Also, don't bother to stop tracking symbols in the return value, either.
They are now properly considered live during checkDeadSymbols.

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