summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-thread-safety-analysis.cpp
Commit message (Expand)AuthorAge
* Thread safety analysis: turn on checking within lock and unlock functions.DeLesley Hutchins2013-04-08
* Thread safety analysis: make sure that expressions in attributes are parsedDeLesley Hutchins2013-02-07
* Thread-safety analysis: ignore edges from throw expressions in CFG.DeLesley Hutchins2013-01-18
* Thread-safety analysis: check member access on guarded non-primitive types.DeLesley Hutchins2012-12-08
* Thread-safety analysis: check locks on method calls, operator=, andDeLesley Hutchins2012-12-05
* Thread-safety analysis: support multiple thread-safety attributes onDeLesley Hutchins2012-10-12
* Thread-safety analysis: allow attributes on constructors to refer to 'this'.DeLesley Hutchins2012-10-05
* Fix template instantiation of attributes. More specifically, fix the caseDeLesley Hutchins2012-09-26
* Thread-safety analysis: better handling of unreachable blocks. Fixes a bugDeLesley Hutchins2012-09-21
* Thread-safety analysis: fix bug where shared trylock was treatedDeLesley Hutchins2012-09-20
* Thread safety analysis: properly canonicalize calls to virtual methods withinDeLesley Hutchins2012-09-20
* Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIREDDeLesley Hutchins2012-09-19
* Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED orDeLesley Hutchins2012-09-19
* Thread-safety analysis: fix bug in expression matching code.DeLesley Hutchins2012-09-11
* Thread safety analysis: fix bug related to lock_returned attributeDeLesley Hutchins2012-09-11
* Thread-safety analysis: differentiate between two forms of analysis; a preciseDeLesley Hutchins2012-09-10
* Whitespace.Chad Rosier2012-09-07
* Thread-safety analysis: Add support for selectively turning off warningsDeLesley Hutchins2012-09-07
* Thread-safety analysis: bugfix for case where a trylock occurs in anDeLesley Hutchins2012-09-05
* Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that theDeLesley Hutchins2012-08-31
* Thread-safety analysis: fix handling of string constants in mutexDeLesley Hutchins2012-08-31
* Thread-safety-analysis: adds existential quantification over lockDeLesley Hutchins2012-08-10
* Thread safety analysis: refactor to support more sophisticated handlingDeLesley Hutchins2012-08-10
* Fix some minor typosSylvestre Ledru2012-07-31
* Thread safety analysis: impove handling of trylock expressions.DeLesley Hutchins2012-07-10
* Thread-safety analysis: eliminate false positives in case where the definitionDeLesley Hutchins2012-07-05
* Thread safety analysis: improve handling of smart pointers.DeLesley Hutchins2012-07-03
* Thread Safety Analysis: handle expressions involving temporaries,DeLesley Hutchins2012-07-03
* Thread safety analysis: fixed bug that occurs when very silly peopleDeLesley Hutchins2012-07-02
* Thread safety analysis: fixed incorrect error message at the end of a locks_r...DeLesley Hutchins2012-07-02
* Thread safety analysis: don't warn in case of duplicate annotation.DeLesley Hutchins2012-07-02
* Thread Safety Analysis: turn off checking within trylock functions.DeLesley Hutchins2012-07-02
* Thread safety analysis: support release() function on scopedDeLesley Hutchins2012-06-28
* Thread safety analysis: implement lock_returned attribute.DeLesley Hutchins2012-06-25
* Thread safety analysis: fixes a bug in which locksets are not handledDeLesley Hutchins2012-06-22
* Remove -Wc++98-compat warning for an outrageously-rare circumstance of 'this'Richard Smith2012-04-30
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-05
* Thread safety analysis: expand set of expressions that can be used to denote ...DeLesley Hutchins2012-03-02
* Issue warning when late-parsed attributes have no declaration.DeLesley Hutchins2012-03-02
* Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins2012-03-02
* Thread safety analysis: handle CFG blocks which call functions marked as nore...DeLesley Hutchins2012-03-02
* Bugfix: bogus warning -- "invalid use of non-static data member",DeLesley Hutchins2012-02-25
* Minor fix to template instantiation, which properly instantiatesDeLesley Hutchins2012-02-16
* Thread-safety analysis: Disable checking inside constructors, destructors, lo...DeLesley Hutchins2012-02-16
* Thread-Safety: added support for 'this' as a lock expression.DeLesley Hutchins2012-02-16
* Allow thread safety attributes on function definitions.DeLesley Hutchins2012-02-16
* Thread safety analysis:Richard Smith2012-02-03
* Thread safety analysis: at a CFG join point between a block terminating in aRichard Smith2012-02-03
* Handle thread safety attributes on functions with separate definitions and de...DeLesley Hutchins2012-01-20
* Delayed template instantiation of late-parsed attributes.DeLesley Hutchins2012-01-20