]> granicus.if.org Git - clang/commit
Fix format string checking of '%c' by treating it as an integer conversion. Fixes...
authorTed Kremenek <kremenek@apple.com>
Thu, 17 Jun 2010 01:12:20 +0000 (01:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 17 Jun 2010 01:12:20 +0000 (01:12 +0000)
commit01cb1aa458516b9061a65ea4b8a2ca55f71cb34f
tree26a12ddc9f1d2eb8c04d7bb5a90ed9f18085f8a1
parent252485e6bf88064e8cce5b47da2481e6c795c21d
Fix format string checking of '%c' by treating it as an integer conversion.  Fixes PR 7391.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106196 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/PrintfFormatString.h
test/Sema/format-strings-fixit.c
test/Sema/format-strings.c