Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
llvm-svn: 261950
This commit is contained in:
@@ -784,6 +784,7 @@ IRMemoryMap::GetMemoryData (DataExtractor &extractor, lldb::addr_t process_addre
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case eAllocationPolicyHostOnly:
|
||||
if (!allocation.m_data.GetByteSize())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user