]> granicus.if.org Git - clang/commit
MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808)
authorHans Wennborg <hans@hanshq.net>
Thu, 4 Sep 2014 21:39:52 +0000 (21:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 4 Sep 2014 21:39:52 +0000 (21:39 +0000)
commit3d8ef1f21dac3c604364613fe49b70156b8dd170
treed7319bdb429c02f4f39a6244d5a05a1d1c14d046
parent341ba57ec50fec67eb71c45c6ac71b98e9306158
MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808)

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