aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PthreadLockChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-25Split CodeTextRegion into FunctionTextRegion and BlockTextRegion. This a pre...Ted Kremenek
2009-11-12PthreadLockChecker doesn't need PreVisitCallExpr() yet. All the current logi...Ted Kremenek
2009-11-12Add most of the boilerplate logic for a simple pthread_mutux_lock() -> pthrea...Ted Kremenek