[LLVMbugs] [Bug 7003] Class DeltaTreeNode needs virtual destructor
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sat May  1 10:33:03 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=7003
Chris Lattner <clattner at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2010-05-01 12:33:03 CDT ---
This is a false positive.  We don't want delta tree to have a vtable, the
destruction path is handled by DeltaTreeNode::Destroy()
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list