enum class LatticeJoinEffect
Description
Effect indicating whether a lattice join operation resulted in a new value.
Declared at: clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h:21
Enumerators
Name | Value | Comment |
---|---|---|
Unchanged | 0 | |
Changed | 1 |
Effect indicating whether a lattice join operation resulted in a new value.
Declared at: clang/include/clang/Analysis/FlowSensitive/DataflowLattice.h:21
Name | Value | Comment |
---|---|---|
Unchanged | 0 | |
Changed | 1 |