]> granicus.if.org Git - clang/commit
Teach scanf/printf checking about '%Ld' and friends (a GNU extension). Fixes PR...
authorTed Kremenek <kremenek@apple.com>
Tue, 24 Jan 2012 21:29:54 +0000 (21:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 24 Jan 2012 21:29:54 +0000 (21:29 +0000)
commit9d24c2cbd9cf1b7c165ccb13221f2efb2f4b49b0
treeae2f66b9892e30f437bce30dc9bc7266319efa8b
parent32d4abf2d1396b4434917320872a970415c08e6e
Teach scanf/printf checking about '%Ld' and friends (a GNU extension).  Fixes PR 9466.

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