]> granicus.if.org Git - clang/commit
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'. Fixes <rdar...
authorTed Kremenek <kremenek@apple.com>
Mon, 19 Jul 2010 19:47:40 +0000 (19:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 19 Jul 2010 19:47:40 +0000 (19:47 +0000)
commitbe86ecc82772546d9e404a32002e446ac0c725d9
tree9563e0469fac27a6ffebb6e6ee7451e8c5169ad5
parent5314e448631f166c89e908cc1ab45dc7eda916ba
Add missing conversion specifier parsing for 'u', 'x', 'o', and 's'.  Fixes <rdar://problem/8204052>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108742 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScanfFormatString.cpp
test/Sema/format-strings-scanf.c