Fix overlay annotation in ControlFlowGraphShared.qll

Agent-Logs-Url: https://github.com/github/codeql/sessions/011f8465-5ad3-44e2-9d84-f5314ea1afb2

Co-authored-by: owen-mc <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-30 15:33:25 +00:00
committed by Owen Mansel-Chan
parent 515e5c13ca
commit 8bd2effeff

View File

@@ -4,7 +4,7 @@
* Everything is wrapped in `GoCfg` to avoid name conflicts with the existing
* CFG implementation during the transition.
*/
overlay[local?]
overlay[local]
module;
private import codeql.controlflow.ControlFlowGraph as CfgLib