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.
2 parents 5cf9bc2 + 6391346 commit b7a7963Copy full SHA for b7a7963
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