http://llvm.org/bugs/show_bug.cgi?id=16798
Bug ID: 16798
Summary: checking format strings for the Python/C API
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Static Analyzer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 10987
--> http://llvm.org/bugs/attachment.cgi?id=10987&action=edit
Proposed implementation
Progress patch for checker
The checker should be able to check that the format string is well formed
(matching parens, no unexpected characters, etc.), and should check that the
arguments given fit the type specified in the format string.
At this time, there is no way to check the types for a variable argument list.
--
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