================
@@ -985,16 +990,27 @@
lldb_private::npdb::GetCompilerTypeForSimpleKind(SimpleTypeKind kind) {
return lldb::eBasicTypeVoid;
case SimpleTypeKind::WideCharacter:
return lldb::eBasicTypeWChar;
- default:
+
+ // unsupported
----------------
JDevlieghere wrote:
```suggestion
// Not supported.
```
https://github.com/llvm/llvm-project/pull/163209
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits