Skip to content
  1. Apr 14, 2011
  2. Apr 03, 2011
  3. Mar 30, 2011
  4. Mar 27, 2011
  5. Feb 23, 2011
  6. Jan 26, 2011
  7. Jan 19, 2011
  8. Dec 21, 2010
  9. Oct 11, 2010
  10. Sep 17, 2010
  11. Aug 26, 2010
  12. May 21, 2010
  13. Apr 12, 2010
  14. Feb 09, 2010
  15. Feb 06, 2010
  16. Dec 19, 2009
  17. Dec 16, 2009
  18. Nov 20, 2009
  19. Oct 30, 2009
  20. Oct 28, 2009
  21. Oct 20, 2009
  22. Oct 13, 2009
  23. Oct 11, 2009
  24. Oct 09, 2009
  25. Oct 02, 2009
  26. Sep 30, 2009
  27. Sep 28, 2009
  28. Sep 15, 2009
  29. Sep 09, 2009
  30. Sep 04, 2009
    • Douglas Gregor's avatar
      Don't generate any code for an explicit call to a trivial destructor. · d94105a1
      Douglas Gregor authored
      Now that parsing, semantic analysis, and (I think) code generation of
      pseudo-destructor expressions and explicit destructor calls works,
      update the example-dynarray.cpp test to destroy the objects it
      allocates and update the test to actually compile + link.
      The code seems correct, but the Clang-compiled version dies with a
      malloc error. Time to debug!
      
      llvm-svn: 81025
      d94105a1
Loading