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 0ae5fb0 commit ab1dc64Copy full SHA for ab1dc64
cpp/ql/src/semmle/code/cpp/MemberFunction.qll
@@ -72,7 +72,8 @@ class MemberFunction extends Function {
72
}
73
74
/**
75
- * Gets the type of the `this` parameter associated with this member function, if any.
+ * Gets the type of the `this` parameter associated with this member function, if any. Typically,
76
+ * this will be a `PointerType`, possibly with `const` and/or `volatile` qualifiers.
77
*/
78
Type getTypeOfThis() {
79
member_function_this_type(underlyingElement(this), unresolveElement(result))
0 commit comments