aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ThreadSafety.cpp
AgeCommit message (Expand)Author
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-04-01Thread safety analysis: Turn on checking for non-scalar types by default.DeLesley Hutchins
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie
2013-01-18Thread-safety analysis: ignore edges from throw expressions in CFG.DeLesley Hutchins
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-08Thread-safety analysis: check member access on guarded non-primitive types.DeLesley Hutchins
2012-12-05Thread-safety analysis: check locks on method calls, operator=, andDeLesley Hutchins
2012-12-05Thread Safety Analysis: refactor to make more methods accept const pointers,DeLesley Hutchins
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
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