Skip to content

Commit 95bb997

Browse files
committed
Swift: Fix codegen error
1 parent 0f94e21 commit 95bb997

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

swift/ql/.generated.list

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/.gitattributes

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swift/ql/lib/codeql/swift/elements/internal/AvailabilitySpecImpl.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ private import codeql.swift.generated.AvailabilitySpec
55
* be referenced directly.
66
*/
77
module Impl {
8+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
89
/**
910
* An availability spec, that is, part of an `AvailabilityInfo` condition. For example `iOS 12` and `*` in:
1011
* ```

0 commit comments

Comments
 (0)