Skip to content

Commit

Permalink
Add new BuiltinType introduced in 7a484d3
Browse files Browse the repository at this point in the history
I don't think this is one lldb would encounter when building ASTs from
DWARF.
  • Loading branch information
dwblaikie committed May 5, 2024
1 parent 7e59223 commit 41574f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4996,6 +4996,9 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,

case clang::BuiltinType::IncompleteMatrixIdx:
break;

case clang::BuiltinType::UnresolvedTemplate:
break;
}
break;
// All pointer types are represented as unsigned integer encodings. We may
Expand Down

0 comments on commit 41574f5

Please sign in to comment.