Skip to content

Commit 41574f5

Browse files
committed
Add new BuiltinType introduced in 7a484d3
I don't think this is one lldb would encounter when building ASTs from DWARF.
1 parent 7e59223 commit 41574f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4996,6 +4996,9 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
49964996

49974997
case clang::BuiltinType::IncompleteMatrixIdx:
49984998
break;
4999+
5000+
case clang::BuiltinType::UnresolvedTemplate:
5001+
break;
49995002
}
50005003
break;
50015004
// All pointer types are represented as unsigned integer encodings. We may

0 commit comments

Comments
 (0)