Teach RetainCountChecker that it doesn't quite understand pthread_setspecific and...
authorTed Kremenek <kremenek@apple.com>
Thu, 26 Apr 2012 04:32:23 +0000 (04:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 26 Apr 2012 04:32:23 +0000 (04:32 +0000)
commit01d152f43fc919ff648c70b24a3883d178c707c7
tree98d4272f36fa552cbb28807731b1424baa6760c8
parent359087cadeea9d4637622b977f79dd2c57620316
Teach RetainCountChecker that it doesn't quite understand pthread_setspecific and it should just give up when it sees it.  Fixes <rdar://problem/11282706>.

llvm-svn: 155613
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
clang/test/Analysis/retain-release.m