]> granicus.if.org Git - clang/commit
Correctly compute the index of the first string format argument when deciding
authorEli Friedman <eli.friedman@gmail.com>
Tue, 18 Jun 2013 18:10:01 +0000 (18:10 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 18 Jun 2013 18:10:01 +0000 (18:10 +0000)
commit2243e78a6580ead4d17b76c924cd4b630b50d6ae
treee35abd8825eef7973daba871982b90b90796aa4b
parent3ed4d1cbaad763c103771bdefb8b986a08f165fc
Correctly compute the index of the first string format argument when deciding
whether to emit a -Wformat-security warning.  <rdar://problem/14178260>.

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