]> granicus.if.org Git - clang/commit
Tweak printf format string parsing to accept 'hh' conversion specifier to accept...
authorTed Kremenek <kremenek@apple.com>
Tue, 25 Oct 2011 04:20:41 +0000 (04:20 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 25 Oct 2011 04:20:41 +0000 (04:20 +0000)
commit6ca4a9ae99d65948e578d3e7d1f58ab6a947d2d7
tree21674dba3381aed147c09cbf8f37a0798fa74769
parent5c27ee0c9499fa6a2ee728cb8ca4311a1f2ab675
Tweak printf format string parsing to accept 'hh' conversion specifier to accept any char, not just signed char.  Fixes <rdar://problem/10303638>.

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