Skip to content

Commit ba3bc15

Browse files
committed
CPP: Manual fixup.
1 parent c4b01d0 commit ba3bc15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Critical/NotInitialised.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
import cpp
1212

1313
// See also InitialisationNotRun.ql and GlobalUseBeforeInit.ql
14+
1415
// Holds if s defines variable v (conservative)
1516
predicate defines(ControlFlowNode s, Variable lv) {
1617
exists(VariableAccess va | va = s and va.getTarget() = lv and va.isUsedAsLValue())

0 commit comments

Comments
 (0)