We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57abd4a + 068ac2b commit edf0be0Copy full SHA for edf0be0
swift/ql/lib/codeql/swift/elements/Locatable.qll
@@ -1,6 +1,7 @@
1
private import codeql.swift.generated.Locatable
2
3
class Locatable extends LocatableBase {
4
+ pragma[nomagic]
5
override Location getLocation() {
6
result = LocatableBase.super.getLocation()
7
or
0 commit comments