]> granicus.if.org Git - clang/commit
scanf: parse the 'm' length modifier, and check that the right arguments
authorHans Wennborg <hans@hanshq.net>
Thu, 12 Jan 2012 17:11:12 +0000 (17:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 12 Jan 2012 17:11:12 +0000 (17:11 +0000)
commit37969b7e14d6a4dfd934ef6d3738cc90b832ec1d
treea00be7b6ba9cfa6a1466d270dbe0c590c90cd564
parent1d7049a6eddcc1a4bd33c6a595d4ad2ae8c1cece
scanf: parse the 'm' length modifier, and check that the right arguments
are used with that and the 'a' length modifier.

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