From d7a3f01a5109807b4fad48a7ab75fa806b8b899d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 29 Jan 2010 01:37:52 +0000 Subject: [PATCH] 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 --- lib/Analysis/PrintfFormatString.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1