]> granicus.if.org Git - clang/commit
[analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker.
authorJordan Rose <jordan_rose@apple.com>
Sat, 18 Aug 2012 00:30:16 +0000 (00:30 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 18 Aug 2012 00:30:16 +0000 (00:30 +0000)
commit2bce86c836f6d6e00f7d2f92bc20e5250d5c4232
tree191fb10db519f5a39c2c707fe77cbcc5bda288f9
parent46e778145c56cd9b42cb399795a294b29cb78b62
[analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker.

This was once an adapter class between callbacks that had CheckerContexts
and those that don't, but for a while now it's essentially just been a
wrapper around a ProgramPointTag. We can just pass the tag around instead.

No functionality change.

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