]> granicus.if.org Git - clang/commit
Move definition of ConversionSpecifier::toString() to FormatString.cpp
authorHans Wennborg <hans@hanshq.net>
Fri, 9 Dec 2011 11:11:07 +0000 (11:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 9 Dec 2011 11:11:07 +0000 (11:11 +0000)
commitb8ec3e35d2d7a56b21cb449d4a7bde8d9d12c2a5
tree8ba3d301c70350896145f4b889b459892a58c36d
parent117348caf0a8f91782e9e32e32a8689576f394d7
Move definition of ConversionSpecifier::toString() to FormatString.cpp

It's declared in FormatString.h, so it shouldn't be defined in
PrintfFormatString.cpp.

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