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 bfe21d6 commit 482b6a7Copy full SHA for 482b6a7
lldb/source/Symbol/TypeSystem.cpp
@@ -130,7 +130,8 @@ bool TypeSystem::IsPromotableIntegerType(lldb::opaque_compiler_type_t type) {
130
llvm::Expected<CompilerType>
131
TypeSystem::DoIntegralPromotion(CompilerType from,
132
ExecutionContextScope *exe_scope) {
133
- return CompilerType();
+ return llvm::createStringError(
134
+ "Integral promotion is not implemented for this TypeSystem");
135
}
136
137
bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) {
0 commit comments