[LLVMbugs] [Bug 14002] New: unused-private-field warning does not take Objective-C code into account

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 2 17:42:20 PDT 2012


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

             Bug #: 14002
           Summary: unused-private-field warning does not take Objective-C
                    code into account
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ehsan at mozilla.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


I'm getting this warning for mRenderIDs here
<http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/GfxInfo.h#80> but
as you can see here
<http://mxr.mozilla.org/mozilla-central/search?string=mRendererIDs> this
variable is indeed accessed from the Objective-C implementation file.

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