[LLVMbugs] [Bug 3208] New: missing diagnostic for void f(int) {}
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Dec 13 00:38:15 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3208
Summary: missing diagnostic for void f(int) {}
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
This should produce a diagnostic about a missing argument name in C mode:
void f(int) {}
--
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