[LLVMbugs] [Bug 3911] New: Implement -Wmissing-prototypes

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Mar 30 14:54:29 PDT 2009


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

           Summary: Implement -Wmissing-prototypes
           Product: clang
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: dgregor at apple.com
                CC: llvmbugs at cs.uiuc.edu


GCC's -Wmissing-prototypes emits a warning when a global function is defined
without a previous prototype.


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