Add needed Clear methods.

<rdar://problem/10596340>

llvm-svn: 146902
This commit is contained in:
Jim Ingham
2011-12-19 20:39:44 +00:00
parent 37c45db189
commit 5d3bca4ec3
9 changed files with 37 additions and 1 deletions

View File

@@ -58,6 +58,12 @@ SBModule::IsValid () const
return m_opaque_sp.get() != NULL;
}
void
SBModule::Clear()
{
m_opaque_sp.reset();
}
SBFileSpec
SBModule::GetFileSpec () const
{