]> granicus.if.org Git - clang/commit
Rename analyze_printf::ConversionSpecifier::IntAsCharArg to 'cArg' to match
authorTed Kremenek <kremenek@apple.com>
Tue, 20 Jul 2010 20:03:49 +0000 (20:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 20 Jul 2010 20:03:49 +0000 (20:03 +0000)
commit92a6febe130dd9ad726983835297e11b2fa3b93f
tree7aca66305d50076dab97b16cca7d0b5ad23ac110
parent649aecf55670682efb2a04a85810eef4d038c527
Rename analyze_printf::ConversionSpecifier::IntAsCharArg to 'cArg' to match
analagous enum in analyze_scanf.  This is prep for refactoring the logic for handling
ConversionSpecifiers for both scanf and printf.

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