]> granicus.if.org Git - clang/commit
Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthread_mutex_...
authorTed Kremenek <kremenek@apple.com>
Thu, 12 Nov 2009 06:17:47 +0000 (06:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 12 Nov 2009 06:17:47 +0000 (06:17 +0000)
commitac9bea8bb7a4f1821d63aaa926b60062311b2aa3
tree427caaa68c211bc04e288bc68f3dddf12745eed5
parent1acfe8eeafd794c81b8d4fbb27bf483645849156
Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthread_mutex_unlock() checker.  We need to add a visitor method to Checker for handling dead symbols in order to detect locks that are not unlocked.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineExperimentalChecks.h [new file with mode: 0644]
lib/Analysis/PthreadLockChecker.cpp [new file with mode: 0644]