[lldb] Handle a new clang built-in type
authorKadir Cetinkaya <kadircet@google.com>
Tue, 2 Jun 2020 13:22:26 +0000 (15:22 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 2 Jun 2020 13:41:33 +0000 (15:41 +0200)
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

index 9ff8bdb..892df4f 100644 (file)
@@ -4830,6 +4830,9 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
     case clang::BuiltinType::SveFloat32:
     case clang::BuiltinType::SveFloat64:
       break;
+
+    case clang::BuiltinType::IncompleteMatrixIdx:
+      break;
     }
     break;
   // All pointer types are represented as unsigned integer encodings. We may