forked from OSchip/llvm-project
Move definition of FormatStringHandler::~FormatStringHandler() within namespace directives. Hopefully this will make the Linux buildbots happy.
llvm-svn: 94784
This commit is contained in:
parent
9b3c02b7da
commit
559d89a02a
|
@ -244,6 +244,6 @@ bool ParseFormatString(FormatStringHandler &H,
|
|||
assert(I == E && "Format string not exhausted");
|
||||
return false;
|
||||
}
|
||||
}}
|
||||
|
||||
FormatStringHandler::~FormatStringHandler() {}
|
||||
}} // end namespace clang::analyze_printf
|
||||
|
|
Loading…
Reference in New Issue