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 168f935 commit a396779Copy full SHA for a396779
clang/lib/CodeGen/CGObjCMac.cpp
@@ -2107,7 +2107,8 @@ CodeGen::RValue CGObjCCommonMac::EmitMessageSend(
2107
llvm::FunctionCallee Fn = nullptr;
2108
if (Method && Method->isDirectMethod()) {
2109
assert(!IsSuper);
2110
- Fn = GenerateDirectMethod(Method, Method->getClassInterface(), /*isThunk=*/true);
+ Fn = GenerateDirectMethod(Method, Method->getClassInterface(),
2111
+ /*isThunk=*/true);
2112
// Direct methods will synthesize the proper `_cmd` internally,
2113
// so just don't bother with setting the `_cmd` argument.
2114
RequiresSelValue = false;
0 commit comments