Files
codeql/unified/ql/lib/unified.qll
Asger F bced7bb6d2 unified: Add local name binding and tests
As documented in the test, 'guard if' statements are still not properly supported.
2026-07-01 21:51:21 +02:00

10 lines
274 B
Plaintext

/**
* Provides classes for working with the AST, as well as files and locations.
*/
import codeql.Locations
import codeql.files.FileSystem
import codeql.unified.Ast::Unified
import codeql.unified.internal.AstExtra::Public
import codeql.unified.internal.Variables::Public