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 d1d863c commit f69b6d2Copy full SHA for f69b6d2
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
@@ -242,7 +242,7 @@ clang::QualType AppleObjCTypeEncodingParser::BuildObjCObjectPointerType(
242
// case. Assert assert in debug builds so we catch other weird cases.
243
assert(false && "forward declaration without definition");
244
LLDB_LOG(GetLog(LLDBLog::Types),
245
- "forward declaration without definition: {0}", name)
+ "forward declaration without definition: {0}", name);
246
return ast_ctx.getObjCIdType();
247
}
248
0 commit comments