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