Skip to content
  1. Mar 07, 2010
  2. Mar 02, 2010
  3. Feb 26, 2010
  4. Feb 25, 2010
  5. Feb 23, 2010
  6. Feb 17, 2010
  7. Feb 15, 2010
  8. Feb 11, 2010
  9. Feb 10, 2010
  10. Feb 09, 2010
  11. Feb 08, 2010
  12. Feb 07, 2010
    • Duncan Sands's avatar
      Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck · a1b98ab7
      Duncan Sands authored
      warns about this base class not having a virtual destructor, but since
      this class has no virtual methods and neither it or the types derived
      from it has a destructor, a protected trivial destructor will do (and
      shuts cppcheck up) the trick without the cost of introducing a vtable.
      
      llvm-svn: 95526
      a1b98ab7
  13. Feb 06, 2010
  14. Feb 05, 2010
Loading