mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
committed by
GitHub
parent
11a545e08e
commit
bb282f403e
@@ -7,7 +7,7 @@ import semmle.code.cpp.exprs.BitwiseOperation
|
||||
* etc. A C++ overloaded assignment operation looks syntactically identical but is instead
|
||||
* a `FunctionCall`.
|
||||
*
|
||||
* This is an root QL class for all (non-overloaded) assignments.
|
||||
* This is a QL base class for all (non-overloaded) assignments.
|
||||
*/
|
||||
class Assignment extends Operation, @assign_expr {
|
||||
/** Gets the _lvalue_ of this assignment. */
|
||||
|
||||
Reference in New Issue
Block a user