<rdar://problem/13421412>
Many "byte size" members and variables were using a mixture of uint32_t and size_t. Switching over to using uint64_t everywhere. llvm-svn: 177091
This commit is contained in:
@@ -106,7 +106,7 @@ ValueObjectDynamicValue::GetClangASTImpl ()
|
||||
return m_parent->GetClangAST ();
|
||||
}
|
||||
|
||||
size_t
|
||||
uint64_t
|
||||
ValueObjectDynamicValue::GetByteSize()
|
||||
{
|
||||
const bool success = UpdateValueIfNeeded(false);
|
||||
|
||||
Reference in New Issue
Block a user