Skip to content

Commit 3f4a330

Browse files
committed
Swift: make ParentChild::Impl module private
1 parent 20e94b8 commit 3f4a330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift/codegen/templates/ql_parent.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import codeql.swift.elements
44

5-
module Impl {
5+
private module Impl {
66
{{#classes}}
77
int getMaximumChildrenIndex{{name}}({{name}} e) {
88
{{#root}}e = e and{{/root}}

swift/ql/lib/codeql/swift/generated/ParentChild.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// generated by codegen/codegen.py
22
import codeql.swift.elements
33

4-
module Impl {
4+
private module Impl {
55
int getMaximumChildrenIndexElement(Element e) {
66
e = e and
77
result = 0

0 commit comments

Comments
 (0)