Skip to content
  1. Feb 15, 2010
  2. Feb 11, 2010
  3. Feb 10, 2010
  4. Feb 09, 2010
  5. Feb 08, 2010
  6. 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
  7. Feb 06, 2010
  8. Feb 05, 2010
  9. Feb 03, 2010
  10. Feb 02, 2010
  11. Jan 30, 2010
  12. Jan 29, 2010
  13. Jan 28, 2010
Loading