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 9e9d692 commit e79625eCopy full SHA for e79625e
cpp/ql/src/semmle/code/cpp/MemberFunction.qll
@@ -72,7 +72,7 @@ class MemberFunction extends Function {
72
}
73
74
/**
75
- * Gets the type of the `this` parameter associated with this member function.
+ * Gets the type of the `this` parameter associated with this member function, if any.
76
*/
77
Type getTypeOfThis() {
78
member_function_this_type(underlyingElement(this), unresolveElement(result))
0 commit comments