We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_
_ = ...
1 parent fdd7d76 commit 7c515bbCopy full SHA for 7c515bb
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphImpl.qll
@@ -1015,6 +1015,14 @@ module Decls {
1015
1016
module Exprs {
1017
module AssignExprs {
1018
+ /**
1019
+ * The control-flow of a `DiscardAssignmentExpr`, which represents the
1020
+ * `_` leaf expression that may appear on the left-hand side of an `AssignExpr`.
1021
+ */
1022
+ private class DiscardAssignmentExprTree extends AstLeafTree {
1023
+ override DiscardAssignmentExpr ast;
1024
+ }
1025
+
1026
/**
1027
* The control-flow of an assignment operation.
1028
*
0 commit comments