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 dccdc3b commit ffd2a38Copy full SHA for ffd2a38
cpp/ql/lib/semmle/code/cpp/exprs/Access.qll
@@ -9,7 +9,7 @@ import semmle.code.cpp.Enum
9
private import semmle.code.cpp.dataflow.EscapesTree
10
11
/**
12
- * A C/C++ access expression. This refers to a function, variable, or enum constant.
+ * A C/C++ access expression. This refers to a function (excluding function references in function call expressions), variable, or enum constant.
13
*/
14
class Access extends Expr, NameQualifiableElement, @access {
15
// As `@access` is a union type containing `@routineexpr` (which describes function accesses
0 commit comments