http://llvm.org/bugs/show_bug.cgi?id=4670
Summary: printf-style parameter types not checked
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: ASSIGNED
Severity: minor
Priority: P2
Component: Semantic Analyzer
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
clang does not warn about a mismatch between format string and parameter types,
allowing things like, i.e.
printf("%s", 1);
i will work on getting some basic checking running, with warnings based on
GCC's behavior.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs