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 67a9051 commit 98265ddCopy full SHA for 98265dd
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -41,9 +41,7 @@ predicate ignoreInstruction(Instruction instr) {
41
instr instanceof AliasedUseInstruction or
42
instr instanceof InitializeNonLocalInstruction or
43
instr instanceof ReturnIndirectionInstruction or
44
- instr instanceof UninitializedGroupInstruction or
45
- // We exclude instructions belonging to functions that have a summary.
46
- instr.getEnclosingFunction() = any(SummarizedCallable sc).getUnderlyingCallable()
+ instr instanceof UninitializedGroupInstruction
47
)
48
}
49
0 commit comments