Kovarththanan Rajaratnam
|
65c6566b5b
|
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
llvm-svn: 90028
|
2009-11-28 06:07:30 +00:00 |
Ted Kremenek
|
10a50e7371
|
Split CodeTextRegion into FunctionTextRegion and BlockTextRegion. This a precursor to having basic static analysis support for blocks.
llvm-svn: 89828
|
2009-11-25 01:32:22 +00:00 |
Ted Kremenek
|
6c37c5c356
|
PthreadLockChecker doesn't need PreVisitCallExpr() yet. All the current logic should be done in PostVisitCallExpr()
llvm-svn: 86959
|
2009-11-12 06:26:58 +00:00 |
Ted Kremenek
|
d48568f641
|
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.
llvm-svn: 86958
|
2009-11-12 06:17:47 +00:00 |