mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
C#/C++: Sync identical files.
This commit is contained in:
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
||||
instr.getEnclosingIRFunction() = irFunc and
|
||||
instr.getOpcode() = opcode and
|
||||
tvalueNumber(instr.getUnary()) = operand and
|
||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
||||
unique( | | instr.getBaseClass()) = baseClass and
|
||||
unique( | | instr.getDerivedClass()) = derivedClass
|
||||
}
|
||||
|
||||
private predicate loadTotalOverlapValueNumber(
|
||||
|
||||
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
||||
instr.getEnclosingIRFunction() = irFunc and
|
||||
instr.getOpcode() = opcode and
|
||||
tvalueNumber(instr.getUnary()) = operand and
|
||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
||||
unique( | | instr.getBaseClass()) = baseClass and
|
||||
unique( | | instr.getDerivedClass()) = derivedClass
|
||||
}
|
||||
|
||||
private predicate loadTotalOverlapValueNumber(
|
||||
|
||||
Reference in New Issue
Block a user