summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-consumed-parsing.cpp
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2014-12-19Attributes accepting an EnumArgument are allowed to pass a string literal, or...Aaron Ballman
2014-01-14Consumed analysis: add two new attributes which fine-tune the behavior ofDeLesley Hutchins
2014-01-02Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman
2013-10-29Changed tests_typestate to test_typestate for consistency.Chris Wailes
2013-10-17Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley 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-04Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins
2013-09-11Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman
2013-09-06Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...David Blaikie
2013-09-03Consumed analysis: update to comments in test cases.DeLesley Hutchins
2013-09-03Consumed analysis: add return_typestate attribute.DeLesley Hutchins
2013-08-30Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins
2013-08-12Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins