summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-consumed-analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR20402 in -Wconsumed.DeLesley Hutchins2015-04-151-0/+12
* Explicitly keep track of temporaries during the consumed analysis.Manuel Klimek2014-05-081-0/+6
* Consumed Analysis: IgnoreParens bugfix.DeLesley Hutchins2014-03-201-0/+33
* Consumed analysis: bugfix for operator calls. Also fixes some formattingDeLesley Hutchins2014-01-161-10/+40
* Consumed analysis: add two new attributes which fine-tune the behavior ofDeLesley Hutchins2014-01-141-19/+68
* For -Wconsumed, walk the namespaces to find if the top most namespace is "std"Richard Trieu2013-12-171-0/+8
* Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::moveRichard Trieu2013-12-161-0/+19
* Consumed analysis: track state of temporary objects.DeLesley Hutchins2013-11-161-7/+113
* Added a test case for the fix to bug 17632 in r193751Chris Wailes2013-11-071-0/+2
* Changed tests_typestate to test_typestate for consistency.Chris Wailes2013-10-291-5/+5
* Consumed analysis: fix assert failure.DeLesley Hutchins2013-10-181-0/+43
* Consumed analysis: assume that non-const reference parameters are initiallyDeLesley Hutchins2013-10-181-11/+24
* Consumed analysis: All the return_typestate parameter to be attached to theDeLesley Hutchins2013-10-181-2/+8
* Consumed analysis: Add param_typestate attribute, which specifies thatDeLesley Hutchins2013-10-171-1/+15
* Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley Hutchins2013-10-171-0/+18
* Consumed analysis: update to previous test case.DeLesley Hutchins2013-10-171-1/+13
* Consumed analysis: fix ICE in handling of loop source locations.DeLesley Hutchins2013-10-171-3/+25
* Consumed analysis: replace the consumes attribute with a set_typestateDeLesley Hutchins2013-10-111-7/+12
* Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins2013-10-111-4/+11
* Consumed analysis: check destructor calls.DeLesley Hutchins2013-10-111-1/+21
* Consumed analysis: improve loop handling. The prior version of the analysisDeLesley Hutchins2013-10-091-12/+21
* Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins2013-10-041-58/+207
* Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...David Blaikie2013-09-061-7/+6
* Consumed analysis: add return_typestate attribute.DeLesley Hutchins2013-09-031-4/+25
* Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins2013-08-301-3/+4
* Consumed analysis: track function parameters.DeLesley Hutchins2013-08-291-0/+12
* Consumed analysis: non-const methods no longer transfer an object into anDeLesley Hutchins2013-08-291-1/+5
* Consumed analysis: improve handling of conditionals.DeLesley Hutchins2013-08-291-28/+149
* Consumed analysis: change class name in test cases.DeLesley Hutchins2013-08-231-35/+35
* Update to consumed analysis.DeLesley Hutchins2013-08-221-0/+23
* Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins2013-08-121-0/+188