[LLVMbugs] [Bug 8008] New: provide fixit for removing of extra qualification of members

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 27 05:45:54 PDT 2010


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

           Summary: provide fixit for removing of extra qualification of
                    members
           Product: clang
           Version: trunk
          Platform: All
               URL: http://womble.decadent.org.uk/c++/syntax-errors.html
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ggreif at gmail.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


See second entry ("Extra qualification of members") in the provided link.

I suggest to provide a fixit for removing
struct foo
{
  foo::foo();
//^^^^^
};

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