summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-consumed-analysis.cpp
AgeCommit message (Expand)Author
2015-04-15Fix for PR20402 in -Wconsumed.DeLesley Hutchins
2014-05-08Explicitly keep track of temporaries during the consumed analysis.Manuel Klimek
2014-03-20Consumed Analysis: IgnoreParens bugfix.DeLesley Hutchins
2014-01-16Consumed analysis: bugfix for operator calls. Also fixes some formattingDeLesley Hutchins
2014-01-14Consumed analysis: add two new attributes which fine-tune the behavior ofDeLesley Hutchins
2013-12-17For -Wconsumed, walk the namespaces to find if the top most namespace is "std"Richard Trieu
2013-12-16Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::moveRichard Trieu
2013-11-16Consumed analysis: track state of temporary objects.DeLesley Hutchins
2013-11-07Added a test case for the fix to bug 17632 in r193751Chris Wailes
2013-10-29Changed tests_typestate to test_typestate for consistency.Chris Wailes
2013-10-18Consumed analysis: fix assert failure.DeLesley Hutchins
2013-10-18Consumed analysis: assume that non-const reference parameters are initiallyDeLesley Hutchins
2013-10-18Consumed analysis: All the return_typestate parameter to be attached to theDeLesley Hutchins
2013-10-17Consumed analysis: Add param_typestate attribute, which specifies thatDeLesley Hutchins
2013-10-17Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley Hutchins
2013-10-17Consumed analysis: update to previous test case.DeLesley Hutchins
2013-10-17Consumed analysis: fix ICE in handling of loop source locations.DeLesley Hutchins
2013-10-11Consumed analysis: replace the consumes attribute with a set_typestateDeLesley Hutchins
2013-10-11Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins
2013-10-11Consumed analysis: check destructor calls.DeLesley Hutchins
2013-10-09Consumed analysis: improve loop handling. The prior version of the analysisDeLesley Hutchins
2013-10-04Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins
2013-09-06Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...David Blaikie
2013-09-03Consumed analysis: add return_typestate attribute.DeLesley Hutchins
2013-08-30Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins
2013-08-29Consumed analysis: track function parameters.DeLesley Hutchins
2013-08-29Consumed analysis: non-const methods no longer transfer an object into anDeLesley Hutchins
2013-08-29Consumed analysis: improve handling of conditionals.DeLesley Hutchins
2013-08-23Consumed analysis: change class name in test cases.DeLesley Hutchins
2013-08-22Update to consumed analysis.DeLesley Hutchins
2013-08-12Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins