We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fba345 commit 6391346Copy full SHA for 6391346
swift/ql/lib/codeql/swift/elements/pattern/Pattern.qll
@@ -54,6 +54,7 @@ class Pattern extends Generated::Pattern {
54
* For example, in `switch .some(e) { case let .some(p): ... }`, the pattern `p`
55
* is matched against the expression `e`.
56
*/
57
+ pragma[nomagic]
58
Expr getMatchingExpr() {
59
result = this.getImmediateMatchingExpr()
60
or
0 commit comments