mirror of
https://github.com/github/codeql.git
synced 2026-03-17 04:56:58 +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
|