mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C++/C#: Fix formatting
This commit is contained in:
@@ -158,8 +158,7 @@ module InstructionConsistency {
|
|||||||
operand = instr.getAnOperand() and
|
operand = instr.getAnOperand() and
|
||||||
def = operand.getAnyDef() and
|
def = operand.getAnyDef() and
|
||||||
not def.isResultModeled() and
|
not def.isResultModeled() and
|
||||||
message =
|
message = "Memory operand definition has unmodeled result in function '$@'" and
|
||||||
"Memory operand definition has unmodeled result in function '$@'" and
|
|
||||||
func = instr.getEnclosingIRFunction() and
|
func = instr.getEnclosingIRFunction() and
|
||||||
funcText = Language::getIdentityString(func.getFunction())
|
funcText = Language::getIdentityString(func.getFunction())
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -158,8 +158,7 @@ module InstructionConsistency {
|
|||||||
operand = instr.getAnOperand() and
|
operand = instr.getAnOperand() and
|
||||||
def = operand.getAnyDef() and
|
def = operand.getAnyDef() and
|
||||||
not def.isResultModeled() and
|
not def.isResultModeled() and
|
||||||
message =
|
message = "Memory operand definition has unmodeled result in function '$@'" and
|
||||||
"Memory operand definition has unmodeled result in function '$@'" and
|
|
||||||
func = instr.getEnclosingIRFunction() and
|
func = instr.getEnclosingIRFunction() and
|
||||||
funcText = Language::getIdentityString(func.getFunction())
|
funcText = Language::getIdentityString(func.getFunction())
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -158,8 +158,7 @@ module InstructionConsistency {
|
|||||||
operand = instr.getAnOperand() and
|
operand = instr.getAnOperand() and
|
||||||
def = operand.getAnyDef() and
|
def = operand.getAnyDef() and
|
||||||
not def.isResultModeled() and
|
not def.isResultModeled() and
|
||||||
message =
|
message = "Memory operand definition has unmodeled result in function '$@'" and
|
||||||
"Memory operand definition has unmodeled result in function '$@'" and
|
|
||||||
func = instr.getEnclosingIRFunction() and
|
func = instr.getEnclosingIRFunction() and
|
||||||
funcText = Language::getIdentityString(func.getFunction())
|
funcText = Language::getIdentityString(func.getFunction())
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -158,8 +158,7 @@ module InstructionConsistency {
|
|||||||
operand = instr.getAnOperand() and
|
operand = instr.getAnOperand() and
|
||||||
def = operand.getAnyDef() and
|
def = operand.getAnyDef() and
|
||||||
not def.isResultModeled() and
|
not def.isResultModeled() and
|
||||||
message =
|
message = "Memory operand definition has unmodeled result in function '$@'" and
|
||||||
"Memory operand definition has unmodeled result in function '$@'" and
|
|
||||||
func = instr.getEnclosingIRFunction() and
|
func = instr.getEnclosingIRFunction() and
|
||||||
funcText = Language::getIdentityString(func.getFunction())
|
funcText = Language::getIdentityString(func.getFunction())
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -158,8 +158,7 @@ module InstructionConsistency {
|
|||||||
operand = instr.getAnOperand() and
|
operand = instr.getAnOperand() and
|
||||||
def = operand.getAnyDef() and
|
def = operand.getAnyDef() and
|
||||||
not def.isResultModeled() and
|
not def.isResultModeled() and
|
||||||
message =
|
message = "Memory operand definition has unmodeled result in function '$@'" and
|
||||||
"Memory operand definition has unmodeled result in function '$@'" and
|
|
||||||
func = instr.getEnclosingIRFunction() and
|
func = instr.getEnclosingIRFunction() and
|
||||||
funcText = Language::getIdentityString(func.getFunction())
|
funcText = Language::getIdentityString(func.getFunction())
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user