We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef9dba commit b954845Copy full SHA for b954845
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -40,7 +40,8 @@ predicate ignoreInstruction(Instruction instr) {
40
instr instanceof AliasedDefinitionInstruction or
41
instr instanceof AliasedUseInstruction or
42
instr instanceof InitializeNonLocalInstruction or
43
- instr instanceof ReturnIndirectionInstruction
+ instr instanceof ReturnIndirectionInstruction or
44
+ instr instanceof InitializeGroupInstruction
45
)
46
}
47
0 commit comments