[lldb] Add missing semicolon (NFC)
This commit is contained in:
parent
d1d863c012
commit
f69b6d2c99
@ -242,7 +242,7 @@ clang::QualType AppleObjCTypeEncodingParser::BuildObjCObjectPointerType(
|
||||
// case. Assert assert in debug builds so we catch other weird cases.
|
||||
assert(false && "forward declaration without definition");
|
||||
LLDB_LOG(GetLog(LLDBLog::Types),
|
||||
"forward declaration without definition: {0}", name)
|
||||
"forward declaration without definition: {0}", name);
|
||||
return ast_ctx.getObjCIdType();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user