Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffd2a38

Browse files
authored
Update qldoc for the Access class
The access class does not capture function accesses that are part of a function call expression. This updates makes that explicit
1 parent dccdc3b commit ffd2a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/exprs/Access.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import semmle.code.cpp.Enum
99
private import semmle.code.cpp.dataflow.EscapesTree
1010

1111
/**
12-
* A C/C++ access expression. This refers to a function, variable, or enum constant.
12+
* A C/C++ access expression. This refers to a function (excluding function references in function call expressions), variable, or enum constant.
1313
*/
1414
class Access extends Expr, NameQualifiableElement, @access {
1515
// As `@access` is a union type containing `@routineexpr` (which describes function accesses

0 commit comments

Comments
 (0)