Move definition of FormatStringHandler::~FormatStringHandler() within namespace directives. Hopefully this will make the Linux buildbots happy.
llvm-svn: 94784
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp
index 1a95e0b..fdeadde 100644
--- a/clang/lib/Analysis/PrintfFormatString.cpp
+++ b/clang/lib/Analysis/PrintfFormatString.cpp
@@ -244,6 +244,6 @@
assert(I == E && "Format string not exhausted");
return false;
}
-}}
FormatStringHandler::~FormatStringHandler() {}
+}} // end namespace clang::analyze_printf