]> granicus.if.org Git - clang/commit
Allow a '0' precision in format strings (as the man page says it is okay).
authorTed Kremenek <kremenek@apple.com>
Mon, 1 Mar 2010 19:22:33 +0000 (19:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 1 Mar 2010 19:22:33 +0000 (19:22 +0000)
commitd49d87719b8e272134e76601e3efc0197785aa8a
treebb9ac4fee49011589ca7d75ba7d6cd7c27543559
parente1e342f4a96f132d8d7e802284417bd520f9f4f8
Allow a '0' precision in format strings (as the man page says it is okay).
Fixes <rdar://problem/7700339>.

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