mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
Update cpp/ql/lib/semmle/code/cpp/exprs/Assignment.qll
Co-authored-by: Matan Merom <1010225+matan7890@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f5c23c9c52
commit
01dfab2aec
@@ -35,7 +35,7 @@ class Assignment extends Operation, @assign_expr {
|
||||
* ```
|
||||
* a = b;
|
||||
* ```
|
||||
* Note that `int a = b;` _not_ an `AssignExpr`. It is a `Variable`,
|
||||
* Note that `int a = b;` is _not_ an `AssignExpr`. It is a `Variable`,
|
||||
* and `b` can be obtained using `Variable.getInitializer()`.
|
||||
*/
|
||||
class AssignExpr extends Assignment, @assignexpr {
|
||||
|
||||
Reference in New Issue
Block a user