forked from OSchip/llvm-project
b87b1b36ee
"I've coded up some support in clang to flag warnings for non-constant format strings used in calls to printf-like functions (all the functions listed in "man fprintf"). Non-constant format strings are a source of many security exploits in C/C++ programs, and I believe are currently detected by gcc using the flag -Wformat-nonliteral." llvm-svn: 41003 |
||
---|---|---|
.. | ||
arg-duplicate.c | ||
arg-invalid.c | ||
array-constraint.c | ||
carbon.c | ||
cxx-references.cpp | ||
decl-invalid.c | ||
default.c | ||
format-strings.c | ||
i-c-e1.c | ||
i-c-e2.c | ||
implicit-def.c | ||
implicit-int.c | ||
stmt_exprs.c | ||
switch-duplicate-defaults.c | ||
switch.c | ||
typedef-retain.c | ||
unused-expr.c | ||
void_arg.c |