mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
/**
|
|
* Provides classes for working with basic blocks, and predicates for computing
|
|
* liveness information for local variables.
|
|
*/
|
|
|
|
import internal.BasicBlockInternal::Public
|