Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7658df9 commit 320b5caCopy full SHA for 320b5ca
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -28,7 +28,9 @@ predicate ignoreInstruction(Instruction instr) {
28
instr instanceof PhiInstruction or
29
instr instanceof ReadSideEffectInstruction or
30
instr instanceof ChiInstruction or
31
- instr instanceof InitializeIndirectionInstruction
+ instr instanceof InitializeIndirectionInstruction or
32
+ instr instanceof AliasedDefinitionInstruction or
33
+ instr instanceof InitializeNonLocalInstruction
34
)
35
}
36
0 commit comments