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

Skip to content

Commit 25db900

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/Expr.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 01b2519 commit 25db900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/src/semmle/code/cpp/exprs

cpp/ql/src/semmle/code/cpp/exprs/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ private Expr getStmtResultExpr(Stmt stmt) {
10641064
}
10651065

10661066
/**
1067-
* The C++ `this` expression.
1067+
* A C++ `this` expression.
10681068
*/
10691069
class ThisExpr extends Expr, @thisaccess {
10701070
override string toString() { result = "this" }

0 commit comments

Comments
 (0)