aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ThreadSafety.cpp
AgeCommit message (Expand)Author
2012-10-05Thread-safety analysis: allow attributes on constructors to refer to 'this'.DeLesley Hutchins
2012-09-21Thread-safety analysis: better handling of unreachable blocks. Fixes a bugDeLesley Hutchins
2012-09-20Thread-safety analysis: fix bug where shared trylock was treatedDeLesley Hutchins
2012-09-20Thread safety analysis: properly canonicalize calls to virtual methods withinDeLesley Hutchins
2012-09-19Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIREDDeLesley Hutchins
2012-09-19Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED orDeLesley Hutchins
2012-09-11Thread-safety analysis: fix bug in expression matching code.DeLesley Hutchins
2012-09-10Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins
2012-09-07Ampersand goes with identifier.Chad Rosier
2012-09-07Bring buildbots back. Fix scoping issue and coding style from r163397.Chad Rosier
2012-09-07Thread-safety analysis: Add support for selectively turning off warningsDeLesley Hutchins
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-09-05Thread-safety analysis: bugfix for case where a trylock occurs in anDeLesley Hutchins
2012-08-31Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that theDeLesley Hutchins
2012-08-31Thread-safety analysis: fix handling of string constants in mutexDeLesley Hutchins
2012-08-22Fix an assortment of doxygen comment issues found by -Wdocumentation.Ted Kremenek
2012-08-10Thread-safety-analysis: adds existential quantification over lockDeLesley Hutchins
2012-08-10Thread safety analysis: refactor to support more sophisticated handlingDeLesley Hutchins
2012-08-10Refactor thread safety analysis to use a different data structureDeLesley Hutchins
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-10Thread safety analysis: impove handling of trylock expressions.DeLesley Hutchins
2012-07-05Thread-safety analysis: eliminate false positives in case where the definitionDeLesley Hutchins
2012-07-03Thread safety analysis: improve handling of smart pointers.DeLesley Hutchins
2012-07-03Thread Safety Analysis: handle expressions involving temporaries,DeLesley Hutchins
2012-07-02Thread safety analysis: fixed bug that occurs when very silly peopleDeLesley Hutchins
2012-07-02Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins
2012-07-02Thread safety analysis: don't warn in case of duplicate annotation.DeLesley Hutchins
2012-07-02Thread Safety Analysis: turn off checking within trylock functions.DeLesley Hutchins
2012-06-28Thread safety analysis: support release() function on scopedDeLesley Hutchins
2012-06-25Thread safety analysis: implement lock_returned attribute.DeLesley Hutchins
2012-06-22Thread safety analysis: fixes a bug in which locksets are not handledDeLesley Hutchins
2012-04-19Refactor the thread safety analysis so that it is easier to doDeLesley Hutchins
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall
2012-03-02Thread safety analysis: expand set of expressions that can be used to denote ...DeLesley Hutchins
2012-03-02Thread safety analysis: handle CFG blocks which call functions marked as nore...DeLesley Hutchins
2012-02-16Thread-safety analysis: Disable checking inside constructors, destructors, lo...DeLesley Hutchins
2012-02-16Thread-Safety: added support for 'this' as a lock expression.DeLesley Hutchins
2012-02-03Thread safety analysis:Richard Smith
2012-02-03Thread safety analysis: at a CFG join point between a block terminating in aRichard Smith
2012-01-20Handle thread safety attributes on functions with separate definitions and de...DeLesley Hutchins
2012-01-06Thread safety analysis: added support for trylock attribute.DeLesley Hutchins
2012-01-06Added LocalVariableMapDeLesley Hutchins
2011-12-29Support for thread safety attributes on functionsDeLesley Hutchins
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