summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-thread-safety-analysis.cpp
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-10-04Fix assertion failure in thread safety analysis (PR34800).Alexander Kornienko
2017-08-08Reland "Thread Safety Analysis: fix assert_capability."Josh Gao
2017-08-01Revert "Thread Safety Analysis: fix assert_capability."Josh Gao
2017-08-01Thread Safety Analysis: fix assert_capability.Josh Gao
2016-08-02[CFG] Fix crash finding destructor of lifetime-extended temporary.Devin Coughlin
2015-11-05Fix nullptr crash in -Wthread-safety-betaReid Kleckner
2015-09-29Thread Safety Analysis: allow capability attribute on unions.DeLesley Hutchins
2015-09-29Thread Safety Analysis: fix before/after checks so that they work on globalDeLesley Hutchins
2015-09-03Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will nowDeLesley Hutchins
2015-02-04Thread Safety Analysis: support adopting of locks, as implemented inDeLesley Hutchins
2015-02-03Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins
2015-02-03Revert "Thread Safety Analysis: add support for before/after annotations on m...Reid Kleckner
2015-02-03Thread Safety Analysis: add support for before/after annotations on mutexes.DeLesley Hutchins
2014-09-18Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, whichDeLesley Hutchins
2014-09-03Allow a scoped lockable object to acquire/release multiple locks.Ed Schouten
2014-08-14Thread Safety Analysis: fix to improve handling of references to guardedDeLesley Hutchins
2014-08-04Thread Safety Analysis: add a -Wthread-safety-negative flag that warns wheneverDeLesley Hutchins
2014-08-04Thread safety analysis: Add support for negative requirements, which areDeLesley Hutchins
2014-07-28Thread Safety Analysis: Replace the old and broken SExpr with the newDeLesley Hutchins
2014-04-01Updating the capability attribute diagnostics to be more capability-neutral. ...Aaron Ballman
2014-03-12Thread Safety Analysis: new test case for lambdasDeLesley Hutchins
2014-01-23Thread safety analysis: handle duplicate assert_lock attributes.DeLesley Hutchins
2013-12-26Removing some unneeded code, and a diagnostic that was obsoleted. The type ha...Aaron Ballman
2013-11-26Thread safety analysis: fix ICE due to missing null check on dyn_cast.DeLesley Hutchins
2013-11-08Thread-safety analysis: check guarded_by and pt_guarded_by on array access.DeLesley Hutchins
2013-11-06Thread safety analysis: minor bugfix to smart pointer handling, and expandedDeLesley Hutchins
2013-11-05Thread safety analysis: check pt_guarded_by attribute when calling -> and *DeLesley Hutchins
2013-08-16Thread safety analysis: new test caseDeLesley Hutchins
2013-08-15Thread Safety Analysis: fix bug when using TryLock with && and || expressions.DeLesley Hutchins
2013-05-17Thread safety analysis: add two new attributes to the thread safety analysis:DeLesley Hutchins
2013-04-08Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins
2013-02-07Thread safety analysis: make sure that expressions in attributes are parsedDeLesley Hutchins
2013-01-18Thread-safety analysis: ignore edges from throw expressions in CFG.DeLesley Hutchins
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-10-12Thread-safety analysis: support multiple thread-safety attributes onDeLesley Hutchins
2012-10-05Thread-safety analysis: allow attributes on constructors to refer to 'this'.DeLesley Hutchins
2012-09-26Fix template instantiation of attributes. More specifically, fix the caseDeLesley 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-11Thread safety analysis: fix bug related to lock_returned attributeDeLesley Hutchins
2012-09-10Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins
2012-09-07Whitespace.Chad Rosier
2012-09-07Thread-safety analysis: Add support for selectively turning off warningsDeLesley Hutchins
2012-09-05Thread-safety analysis: bugfix for case where a trylock occurs in anDeLesley Hutchins