forked from OSchip/llvm-project
<rdar://problem/13565393>
If a register is in a ValueObject, be sure to print its children if it is a vector type. llvm-svn: 180237
This commit is contained in:
parent
0fa5c974ef
commit
9d49056ef0
|
@ -344,7 +344,7 @@ ValueObjectRegister::GetTypeName()
|
|||
size_t
|
||||
ValueObjectRegister::CalculateNumChildren()
|
||||
{
|
||||
return 0;
|
||||
return ClangASTContext::GetNumChildren(GetClangAST(), GetClangType(), true);
|
||||
}
|
||||
|
||||
clang::ASTContext *
|
||||
|
|
Loading…
Reference in New Issue