mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update cpp/ql/src/semmle/code/cpp/exprs/Assignment.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import semmle.code.cpp.exprs.BitwiseOperation
|
||||
|
||||
/**
|
||||
* A non-overloaded binary assignment operation, including `=`, `+=`, `&=`,
|
||||
* etc. A C++ overloaded `operator` looks syntactically identical but is instead
|
||||
* etc. A C++ overloaded assignment operation looks syntactically identical but is instead
|
||||
* a `FunctionCall`.
|
||||
*
|
||||
* This is an abstract root QL class for all (non-overloaded) assignments.
|
||||
|
||||
Reference in New Issue
Block a user