]> granicus.if.org Git - clang/commit
Add placeholder function in Sema for new format string checking logic.
authorTed Kremenek <kremenek@apple.com>
Thu, 28 Jan 2010 01:18:22 +0000 (01:18 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 28 Jan 2010 01:18:22 +0000 (01:18 +0000)
commitce7024e8a3793b05861a4904ecdb1272924ada14
tree6cf3aa7c9229376dee5443468906eb86a720b1c0
parent8acc9f6370865e200f1bf63dee5c48d8c28e2b06
Add placeholder function in Sema for new format string checking logic.
This function will use the format string parsing logic in libAnalysis,
and once it is shown to be better than the current implementation it
will replace AlternateCheckPrintfString() entirely.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp