Skip to content

Commit 08c151b

Browse files
committed
Add note to IndirectUninitializedNode
1 parent 328842e commit 08c151b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cpp/misra/src/rules/RULE-8-7-1/PointerArithmeticFormsAnInvalidPointer.ql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ class ArrayAllocation extends TArrayAllocation {
172172
}
173173
}
174174

175+
/*
176+
* NOTE: `IndirectUninitializedNode` has made its way into `github/codeql`. Once we upgrade it to
177+
* the version that has it, the class can be safely removed.
178+
*/
179+
175180
import semmle.code.cpp.ir.dataflow.internal.SsaInternals as SsaImpl
176181

177182
class IndirectUninitializedNode extends Node {

0 commit comments

Comments
 (0)