Skip to content

Commit f5ea133

Browse files
committed
Swift: trick codegen into not breaking my code
1 parent f6f6c98 commit f5ea133

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

swift/ql/lib/codeql/swift/elements/MacroRole.qll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/**
2-
* This module provides a hand-modifiable wrapper around the generated class `MacroRole`.
3-
*/
4-
51
private import codeql.swift.generated.MacroRole
62

3+
// the following QLdoc is generated: if you need to edit it, do it in the schema file
74
/**
85
* The role of a macro, for example #freestanding(declaration) or @attached(member).
96
*/

0 commit comments

Comments
 (0)