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

           Summary: missing warning for unqualified dependent base lookup
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=7412)
 --> (http://llvm.org/bugs/attachment.cgi?id=7412)
example of missed errors

The attached example doesn't trigger this error for all the cases shown.
Notably, lines 63 and 76 do not complain at all. With -DNO_THIS, line 36
produces the correct error and fixit, but line 37 doesn't offer the fixit.

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