mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
Small code cleanups
llvm-svn: 183024
This commit is contained in:
parent
14f802f99c
commit
39d5141085
@ -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
|
||||
|
@ -4315,6 +4315,7 @@ ValueObject::GetDynamicValueType ()
|
||||
}
|
||||
return lldb::eNoDynamicValues;
|
||||
}
|
||||
|
||||
lldb::Format
|
||||
ValueObject::GetFormat () const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user