]> granicus.if.org Git - clang/commit
Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that returns...
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 22:59:32 +0000 (22:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Jan 2010 22:59:32 +0000 (22:59 +0000)
commit33567d2feb3e52fac6e0b46d5b3d137fc8467fb0
tree4857915c36cb3e604f0ffcc7504dd89b1f637403
parentd528905966546edaabbf90d88c8d754faf961d8a
Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that returns the expected type of the matching data argument.  It isn't complete, but should handle several of the important cases.

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