]> granicus.if.org Git - clang/commit
Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and
authorTed Kremenek <kremenek@apple.com>
Tue, 20 Jul 2010 20:04:27 +0000 (20:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 20 Jul 2010 20:04:27 +0000 (20:04 +0000)
commit6ecb950c65329f8d6ce9ad0514632df35a5ab61f
treeb4eb494e33836f4fa92ab95a4298cec785ab3e14
parent2da5036adaef57395270ef2dd82358fc513d8616
Add 'ConversionSpecifier' root class in 'analyze_format_string' namespace and
derived 'PrintfConversionSpecifier' from this class.  We will do the same for
'ScanfConversionSpecifier'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108903 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/FormatString.h
lib/Analysis/PrintfFormatString.cpp
lib/Analysis/ScanfFormatString.cpp
lib/Sema/SemaChecking.cpp