We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44a94 commit 068ac2bCopy full SHA for 068ac2b
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