CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Module MakeImplCommon::DataFlowImplCommonPublic::FlowStateString

DEPRECATED: Generally, a custom FlowState type should be used instead, but string can of course still be used without referring to this module.

Provides FlowState = string.

Import path

import codeql.dataflow.internal.DataFlowImplCommon

Classes

FlowStateEmpty

The default state, which is used when the state is unspecified for a source or a sink.

Aliases

FlowState

A state value to track during data flow.