summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/Consumed.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug with checking the kind of types.Chris Wailes2013-10-311-4/+8
* Changed tests_typestate to test_typestate for consistency.Chris Wailes2013-10-291-4/+4
* Used OwningPtr to clean up some memory management in Consumed.cpp.Chris Wailes2013-10-251-12/+7
* Replaced duplicate code with calls to forwardInfo.Chris Wailes2013-10-241-27/+17
* Consumed analysis: fix assert failure.DeLesley Hutchins2013-10-181-8/+20
* Consumed analysis: assume that non-const reference parameters are initiallyDeLesley Hutchins2013-10-181-13/+21
* Consumed analysis: All the return_typestate parameter to be attached to theDeLesley Hutchins2013-10-181-26/+34
* Consumed analysis: Add param_typestate attribute, which specifies thatDeLesley Hutchins2013-10-171-14/+55
* Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley Hutchins2013-10-171-3/+43
* Consumed analysis: fix ICE in handling of loop source locations.DeLesley Hutchins2013-10-171-7/+30
* Consumed analysis: replace the consumes attribute with a set_typestateDeLesley Hutchins2013-10-111-4/+18
* Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins2013-10-111-20/+16
* Consumed analysis: check destructor calls.DeLesley Hutchins2013-10-111-20/+55
* Consumed analysis: improve loop handling. The prior version of the analysisDeLesley Hutchins2013-10-091-36/+139
* Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins2013-10-041-77/+92
* Fix ICE in consumed analysis when CFG is null.DeLesley Hutchins2013-09-101-2/+6
* Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...David Blaikie2013-09-061-50/+60
* Fix non-void return warning, and format.Eric Christopher2013-09-031-3/+4
* Consumed analysis: add return_typestate attribute.DeLesley Hutchins2013-09-031-4/+104
* Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins2013-08-301-41/+10
* Consumed analysis: track function parameters.DeLesley Hutchins2013-08-291-10/+27
* Consumed analysis: non-const methods no longer transfer an object into anDeLesley Hutchins2013-08-291-12/+2
* Silencing the warning from r189605 in a more conformant manner.Aaron Ballman2013-08-291-1/+1
* Silencing a rather spurious warning from MSVC 11 about not all control paths ...Aaron Ballman2013-08-291-0/+1
* Fix warning about anonymous structs in anonymous unions.Eric Christopher2013-08-291-6/+8
* Consumed analysis: improve handling of conditionals.DeLesley Hutchins2013-08-291-178/+473
* Consumed analyis: Renamed *PStatus to *PInfo.DeLesley Hutchins2013-08-261-48/+48
* Update to consumed analysis.DeLesley Hutchins2013-08-221-76/+93
* Silence a warning from MSVC about not returning a valueReid Kleckner2013-08-131-0/+1
* Remove Sema includes from Analysis code to fix layeringReid Kleckner2013-08-121-22/+12
* Speculative build fix for r188206.Hans Wennborg2013-08-121-1/+1
* Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins2013-08-121-0/+802
OpenPOWER on IntegriCloud