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 38262fb commit 4d53338Copy full SHA for 4d53338
lldb/source/Symbol/ClangASTContext.cpp
@@ -8666,7 +8666,7 @@ clang::ObjCMethodDecl *ClangASTContext::AddMethodToObjCObjectType(
8666
return nullptr;
8667
8668
const bool isInstance = (name[0] == '-');
8669
- const bool isVariadic = false;
+ const bool isVariadic = is_variadic;
8670
const bool isPropertyAccessor = false;
8671
const bool isSynthesizedAccessorStub = false;
8672
/// Force this to true because we don't have source locations.
0 commit comments