Go to file
Chris Lattner b87b1b36ee initial support for checking format strings, patch by Ted Kremenek:
"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
2007-08-10 20:18:51 +00:00
clang initial support for checking format strings, patch by Ted Kremenek: 2007-08-10 20:18:51 +00:00
llvm Do not overuse std::string. Pass around char * directly. 2007-08-10 18:29:32 +00:00