Small code cleanups

llvm-svn: 183024
This commit is contained in:
Enrico Granata 2013-05-31 17:43:40 +00:00
parent 14f802f99c
commit 39d5141085
2 changed files with 3 additions and 2 deletions

View File

@ -1104,7 +1104,7 @@ public:
}
//------------------------------------------------------------------
/// Find out if a SBValue might have children.
/// Find out if a ValueObject might have children.
///
/// This call is much more efficient than CalculateNumChildren() as
/// it doesn't need to complete the underlying type. This is designed
@ -1116,7 +1116,7 @@ public:
/// doing any expensive type completion.
///
/// @return
/// Returns \b true if the SBValue might have children, or \b
/// Returns \b true if the ValueObject might have children, or \b
/// false otherwise.
//------------------------------------------------------------------
virtual bool

View File

@ -4315,6 +4315,7 @@ ValueObject::GetDynamicValueType ()
}
return lldb::eNoDynamicValues;
}
lldb::Format
ValueObject::GetFormat () const
{