[LLVMbugs] [Bug 9172] New: Static variable in function scope

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 9 02:24:18 PST 2011


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

           Summary: Static variable in function scope
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM assembly language parser
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu


ELFAsmParser::ParseDirectiveIdent has a static variable which should be
replaced with a class variable.

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