]> granicus.if.org Git - clang/commit
Add basic type checking of format string conversion specifiers and their arguments...
authorTed Kremenek <kremenek@apple.com>
Sat, 30 Jan 2010 00:49:51 +0000 (00:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 30 Jan 2010 00:49:51 +0000 (00:49 +0000)
commitd635c5fcc45c952b75743dd2f4c86d6950e4954e
tree29dacdd5dcf27bf7e16b51272e597c0e0ba68336
parent31f8e32788adb299acad455363eb7fd244642c82
Add basic type checking of format string conversion specifiers and their arguments.  Thanks to Cristian Draghici for his help with this patch!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94864 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
test/Sema/format-strings.c
test/Sema/ucn-cstring.c