DataFormatters: add missing destructor implementation

The last of the missing symbols to correct the make based build to restore the
FreeBSD buildbot!

llvm-svn: 217394
This commit is contained in:
Saleem Abdulrasool 2014-09-08 18:26:57 +00:00
parent f4b7a6b030
commit 82944983b4
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ TypeValidatorImpl::TypeValidatorImpl(const Flags &flags)
{
}
TypeValidatorImpl::~TypeValidatorImpl()
{
}
TypeValidatorImpl::ValidationResult
TypeValidatorImpl::Success ()
{