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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to