]> granicus.if.org Git - clang/commit
Add support for '%C' and '%S' printf conversion specifiers.
authorTed Kremenek <kremenek@apple.com>
Wed, 24 Feb 2010 00:05:54 +0000 (00:05 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 24 Feb 2010 00:05:54 +0000 (00:05 +0000)
commit87260c7eabf88eb2009ba2ba20150cd897483241
tree60d1b903ff318e339af688508d130631d22e81d7
parentf914b9782a6091a7c7dfd41b0a273ee724351b84
Add support for '%C' and '%S' printf conversion specifiers.

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