mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Ignore more instructions for dataflow.
This commit is contained in:
@@ -28,7 +28,9 @@ predicate ignoreInstruction(Instruction instr) {
|
||||
instr instanceof PhiInstruction or
|
||||
instr instanceof ReadSideEffectInstruction or
|
||||
instr instanceof ChiInstruction or
|
||||
instr instanceof InitializeIndirectionInstruction
|
||||
instr instanceof InitializeIndirectionInstruction or
|
||||
instr instanceof AliasedDefinitionInstruction or
|
||||
instr instanceof InitializeNonLocalInstruction
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user