DataFormatters: Rename clang_type to compiler_type.
Reviewers: granata.enrico Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12930 llvm-svn: 247915
This commit is contained in:
@@ -176,8 +176,8 @@ ValueObjectPrinter::GetMostSpecializedValue ()
|
||||
}
|
||||
}
|
||||
}
|
||||
m_clang_type = m_valobj->GetCompilerType();
|
||||
m_type_flags = m_clang_type.GetTypeInfo ();
|
||||
m_compiler_type = m_valobj->GetCompilerType();
|
||||
m_type_flags = m_compiler_type.GetTypeInfo ();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user