File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
4242 result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
4343 }
4444
45- predicate shouldGenerateDumpStrings ( ) {
45+ private predicate shouldGenerateDumpStrings ( ) {
4646 exists ( IRConfiguration:: IRConfiguration config |
4747 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
4848 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
4242 result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
4343 }
4444
45- predicate shouldGenerateDumpStrings ( ) {
45+ private predicate shouldGenerateDumpStrings ( ) {
4646 exists ( IRConfiguration:: IRConfiguration config |
4747 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
4848 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
4242 result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
4343 }
4444
45- predicate shouldGenerateDumpStrings ( ) {
45+ private predicate shouldGenerateDumpStrings ( ) {
4646 exists ( IRConfiguration:: IRConfiguration config |
4747 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
4848 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
4242 result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
4343 }
4444
45- predicate shouldGenerateDumpStrings ( ) {
45+ private predicate shouldGenerateDumpStrings ( ) {
4646 exists ( IRConfiguration:: IRConfiguration config |
4747 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
4848 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
4242 result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
4343 }
4444
45- predicate shouldGenerateDumpStrings ( ) {
45+ private predicate shouldGenerateDumpStrings ( ) {
4646 exists ( IRConfiguration:: IRConfiguration config |
4747 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
4848 )
You can’t perform that action at this time.
0 commit comments