mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Revert "[lldb] Unify type name matching in FormattersContainer"
This reverts commit 5b0de5756c.
Apparently that caused some test to get stuck on Linuxx. Reverting for now.
This commit is contained in:
@@ -551,6 +551,10 @@ bool FormatManager::ShouldPrintAsOneLiner(ValueObject &valobj) {
|
||||
return true;
|
||||
}
|
||||
|
||||
ConstString FormatManager::GetValidTypeName(ConstString type) {
|
||||
return ::GetValidTypeName_Impl(type);
|
||||
}
|
||||
|
||||
ConstString FormatManager::GetTypeForCache(ValueObject &valobj,
|
||||
lldb::DynamicValueType use_dynamic) {
|
||||
ValueObjectSP valobj_sp = valobj.GetQualifiedRepresentationIfAvailable(
|
||||
|
||||
Reference in New Issue
Block a user