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 62fa2a0 commit a170eafCopy full SHA for a170eaf
lib/PrintAsClang/PrintClangFunction.h
@@ -64,9 +64,9 @@ class DeclAndTypeClangFunctionPrinter {
64
/// Optional modifiers that can be applied to function signature.
65
struct FunctionSignatureModifiers {
66
/// Additional qualifier to add before the function's name.
67
- const NominalTypeDecl *qualifierContext;
+ const NominalTypeDecl *qualifierContext = nullptr;
68
69
- FunctionSignatureModifiers() : qualifierContext(nullptr) {}
+ FunctionSignatureModifiers() {}
70
};
71
72
/// Print the C function declaration or the C++ function thunk that
0 commit comments