[LLVMbugs] [Bug 11079] New: missing warning for unqualified dependent base lookup

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 6 10:34:38 PDT 2011


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: unassignedclangbugs at nondot.org
        ReportedBy: alexr at leftfield.org
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list