From 62f90735fd664649ffbe87dbb8903f482c0e70e9 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Wed, 24 Jun 2026 19:43:13 +0100 Subject: [PATCH] f initial --- go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll b/go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll index 0ec3579d28d..8cc4f446bb0 100644 --- a/go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll +++ b/go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll @@ -254,6 +254,8 @@ module GoCfg { class CatchClause extends AstNode { CatchClause() { none() } + AstNode getPattern() { none() } + AstNode getVariable() { none() } Expr getCondition() { none() }