1. 1aa8969 Fixed bug with checking the kind of types. by Chris Wailes · 11 years ago
  2. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  3. a0cbcab Used OwningPtr to clean up some memory management in Consumed.cpp. by Chris Wailes · 11 years ago
  4. de2204b Replaced duplicate code with calls to forwardInfo. by Chris Wailes · 11 years ago
  5. 13be032 Consumed analysis: fix assert failure. by DeLesley Hutchins · 11 years ago
  6. be63ab6 Consumed analysis: assume that non-const reference parameters are initially by DeLesley Hutchins · 11 years ago
  7. c5cdafc Consumed analysis: All the return_typestate parameter to be attached to the by DeLesley Hutchins · 11 years ago
  8. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  9. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  10. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  11. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  12. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  13. 627c7f9 Consumed analysis: check destructor calls. by DeLesley Hutchins · 11 years ago
  14. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  15. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  16. 57b781d Fix ICE in consumed analysis when CFG is null. by DeLesley Hutchins · 11 years ago
  17. a33ab60 Consumed Analysis: The 'consumable' attribute now takes a identifier specifying the default assumed state for objects of this class by David Blaikie · 11 years ago
  18. e988dc4 Fix non-void return warning, and format. by Eric Christopher · 11 years ago
  19. 0e8534e Consumed analysis: add return_typestate attribute. by DeLesley Hutchins · 11 years ago
  20. c55bee6 Consumed analysis: add 'consumable' class attribute. by DeLesley Hutchins · 11 years ago
  21. 4252598 Consumed analysis: track function parameters. Patch by chris.wailes@gmail.com. by DeLesley Hutchins · 11 years ago
  22. d324a0b Consumed analysis: non-const methods no longer transfer an object into an by DeLesley Hutchins · 11 years ago
  23. 6b2ec03 Silencing the warning from r189605 in a more conformant manner. by Aaron Ballman · 11 years ago
  24. 1f55157 Silencing a rather spurious warning from MSVC 11 about not all control paths returning a value (hint: they do). by Aaron Ballman · 11 years ago
  25. e444ea0 Fix warning about anonymous structs in anonymous unions. by Eric Christopher · 11 years ago
  26. b7dc1f5 Consumed analysis: improve handling of conditionals. by DeLesley Hutchins · 11 years ago
  27. b01e2da Consumed analyis: Renamed *PStatus to *PInfo. by DeLesley Hutchins · 11 years ago
  28. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  29. a72f720 Silence a warning from MSVC about not returning a value by Reid Kleckner · 11 years ago
  30. 2d84f6b Remove Sema includes from Analysis code to fix layering by Reid Kleckner · 11 years ago
  31. 2d66dfa Speculative build fix for r188206. by Hans Wennborg · 11 years ago
  32. df7bef0 Patch by Chris Wailes <chris.wailes@gmail.com>. Reviewed by delesley, dblaikie. by DeLesley Hutchins · 11 years ago