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:
Bruce Mitchener
2015-09-17 18:43:40 +00:00
parent 1b2ba431e0
commit 59b5a37db0
5 changed files with 23 additions and 23 deletions

View File

@@ -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;
}