mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: Autoformat.
This commit is contained in:
@@ -184,9 +184,7 @@ module Ssa {
|
||||
*/
|
||||
cached
|
||||
predicate assigns(CfgNode value) {
|
||||
exists(
|
||||
AssignExpr a, SsaInput::BasicBlock bb, int i
|
||||
|
|
||||
exists(AssignExpr a, SsaInput::BasicBlock bb, int i |
|
||||
this.definesAt(_, bb, i) and
|
||||
a = bb.getNode(i).getNode().asAstNode() and
|
||||
value.getNode().asAstNode() = a.getSource()
|
||||
|
||||
Reference in New Issue
Block a user