aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ThreadSafety.cpp
AgeCommit message (Expand)Author
2011-12-08This patch extends thread safety analysis with support for the scoped_lockabl...DeLesley Hutchins
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek
2011-10-22Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of Top...Ted Kremenek
2011-10-21Added support for thread safety attributes on destructors.DeLesley Hutchins
2011-10-21Thread safety analysis refactoring: invalid lock expressions.DeLesley Hutchins
2011-10-21Thread safety analysis: add support for attributes on constructors.DeLesley Hutchins
2011-10-21Refactoring and code cleanup.DeLesley Hutchins
2011-10-17Substitute for arguments in method calls -- functionalityDeLesley Hutchins
2011-10-17Substitute for arguments in method calls -- refactoringDeLesley Hutchins
2011-09-20Test commitDeLesley Hutchins
2011-09-16Thread safety: Adding FIXMEs and a couple cleanupsCaitlin Sadowski
2011-09-15Thread safety: completeing the implementation of shared/exclusive locks requi...Caitlin Sadowski
2011-09-15Thread safety: refactoring various out of scope warnings to use the same inte...Caitlin Sadowski
2011-09-14Thread safety: adding additional documentation to the main thread safety inte...Caitlin Sadowski
2011-09-14Thread safety: adding test cases for unparseable lock expressions and expandi...Caitlin Sadowski
2011-09-12Thread safety: small formatting changeCaitlin Sadowski
2011-09-10Silence "end of non-void function" warnings with llvm_unreachable and add an ...Benjamin Kramer
2011-09-09Thread safety: removing unnecessary import and reordering import listCaitlin Sadowski
2011-09-09Thread safety: removing unnecessary importCaitlin Sadowski
2011-09-09Thread safety: This patch deals with previously unhandled cases when building...Caitlin Sadowski
2011-09-09Thread Safety: Moving the analysis to a new fileCaitlin Sadowski