Skip to content
  1. Feb 10, 2010
  2. Feb 09, 2010
  3. Feb 08, 2010
  4. 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
  5. Feb 06, 2010
  6. Feb 05, 2010
  7. Feb 04, 2010
  8. Feb 03, 2010
Loading