We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bf674 commit 29764b1Copy full SHA for 29764b1
lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
@@ -179,6 +179,8 @@ class TypeSystemSwift : public TypeSystem {
179
}
180
lldb::LanguageType
181
GetMinimumLanguage(lldb::opaque_compiler_type_t type) override {
182
+ assert(type && "CompilerType::GetMinimumLanguage() is not supposed to "
183
+ "forward calls with NULL types ");
184
return lldb::eLanguageTypeSwift;
185
186
unsigned GetTypeQualifiers(lldb::opaque_compiler_type_t type) override {
0 commit comments