We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec15fb commit 8c60aeeCopy full SHA for 8c60aee
1 file changed
swift/ql/lib/codeql/swift/generated/GetImmediateParent.qll
@@ -18,8 +18,6 @@ Element getAnImmediateChild(Element e) {
18
(
19
none()
20
or
21
- abstract_closure_expr_params(e, _, x)
22
- or
23
abstract_function_decl_bodies(e, x)
24
25
abstract_function_decl_params(e, _, x)
@@ -38,6 +36,8 @@ Element getAnImmediateChild(Element e) {
38
36
39
37
top_level_code_decls(e, x)
40
+ abstract_closure_expr_params(e, _, x)
+ or
41
any_try_exprs(e, x)
42
43
apply_exprs(e, x)
0 commit comments