[LLVMbugs] [Bug 7256] New: clang++ should provide a fix-it hint for incorrect destructor declarations

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat May 29 10:23:01 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7256

           Summary: clang++ should provide a fix-it hint for incorrect
                    destructor declarations
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: andersca at mac.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Such as:

struct Foo { ~Fo() { }; };

or even

struct Foo { ~Bar(); };

-- 
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