From: Ted Kremenek Date: Fri, 29 Jan 2010 01:37:52 +0000 (+0000) Subject: Move definition of FormatStringHandler::~FormatStringHandler() within namespace direc... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a3f01a5109807b4fad48a7ab75fa806b8b899d;p=clang Move definition of FormatStringHandler::~FormatStringHandler() within namespace directives. Hopefully this will make the Linux buildbots happy. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/PrintfFormatString.cpp b/lib/Analysis/PrintfFormatString.cpp index 1a95e0b882..fdeaddec35 100644 --- a/lib/Analysis/PrintfFormatString.cpp +++ b/lib/Analysis/PrintfFormatString.cpp @@ -244,6 +244,6 @@ bool ParseFormatString(FormatStringHandler &H, assert(I == E && "Format string not exhausted"); return false; } -}} FormatStringHandler::~FormatStringHandler() {} +}} // end namespace clang::analyze_printf