]> granicus.if.org Git - clang/commit
Move ParseFormatString() and FormatStringHandler back into the analyze_printf namespace.
authorTed Kremenek <kremenek@apple.com>
Thu, 4 Feb 2010 20:46:58 +0000 (20:46 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 4 Feb 2010 20:46:58 +0000 (20:46 +0000)
commit74d56a168966ff015824279a24aaf566180ed97d
treec1a354f985e441cdbc6b44fc75ffbcb7cd901dca
parent789b1f640205e81b5af250693246120f1ce9d147
Move ParseFormatString() and FormatStringHandler back into the analyze_printf namespace.

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