Move definition of FormatStringHandler::~FormatStringHandler() within namespace directives. Hopefully this will make the Linux buildbots happy.

llvm-svn: 94784
This commit is contained in:
Ted Kremenek 2010-01-29 01:37:52 +00:00
parent 9b3c02b7da
commit 559d89a02a
1 changed files with 1 additions and 1 deletions

View File

@ -244,6 +244,6 @@ bool ParseFormatString(FormatStringHandler &H,
assert(I == E && "Format string not exhausted");
return false;
}
}}
FormatStringHandler::~FormatStringHandler() {}
}} // end namespace clang::analyze_printf