mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
361 B
361 B
category
| category |
|---|
| feature |
- Added modules
DataFlow::ParameterizedBarrierGuardandDataFlow::ParameterizedInstructionBarrierGuard. These modules provide the same features asDataFlow::BarrierGuardandDataFlow::InstructionBarrierGuard, but allow for an additional parameter to support properly using them in dataflow configurations that uses flow states.