mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad80b36074
commit
67a905141c
@@ -42,7 +42,7 @@ predicate ignoreInstruction(Instruction instr) {
|
||||
instr instanceof InitializeNonLocalInstruction or
|
||||
instr instanceof ReturnIndirectionInstruction or
|
||||
instr instanceof UninitializedGroupInstruction or
|
||||
// We exclude instruction belonging to functions that have a summary.
|
||||
// We exclude instructions belonging to functions that have a summary.
|
||||
instr.getEnclosingFunction() = any(SummarizedCallable sc).getUnderlyingCallable()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user