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 2e4e400 commit 8afbebeCopy full SHA for 8afbebe
clang/lib/CodeGen/CGObjCMac.cpp
@@ -2088,7 +2088,8 @@ CodeGen::RValue CGObjCCommonMac::EmitMessageSend(
2088
llvm::FunctionCallee Fn = nullptr;
2089
if (Method && Method->isDirectMethod()) {
2090
assert(!IsSuper);
2091
- Fn = GenerateDirectMethod(Method, Method->getClassInterface(), /*isThunk=*/true);
+ Fn = GenerateDirectMethod(Method, Method->getClassInterface(),
2092
+ /*isThunk=*/true);
2093
// Direct methods will synthesize the proper `_cmd` internally,
2094
// so just don't bother with setting the `_cmd` argument.
2095
RequiresSelValue = false;
0 commit comments