]> granicus.if.org Git - clang/commit
Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
authorTed Kremenek <kremenek@apple.com>
Mon, 26 Jul 2010 19:45:54 +0000 (19:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 26 Jul 2010 19:45:54 +0000 (19:45 +0000)
commitf762905bdefad77f91c7c6782a9c17e6b274d393
tree6067506e43e636361daa51dbd42fc3a7fceae0b1
parent666a197deb75d95c78ddd39274af1a54240828d8
Hoist argument type checking into CheckFormatHandler.  This is prep for scanf format
string argument type checking.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109428 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/FormatString.h
lib/Analysis/FormatString.cpp
lib/Analysis/ScanfFormatString.cpp
lib/Sema/SemaChecking.cpp