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 @@ -360,7 +360,7 @@ class Instruction extends Construction::TInstruction {
360360 )
361361 }
362362
363- int getLineRank ( ) {
363+ private int getLineRank ( ) {
364364 this = rank [ result ] ( Instruction instr |
365365 instr .getAST ( ) .getFile ( ) = getAST ( ) .getFile ( ) and
366366 instr .getAST ( ) .getLocation ( ) .getStartLine ( ) = getAST ( ) .getLocation ( ) .getStartLine ( )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ class Instruction extends Construction::TInstruction {
360360 )
361361 }
362362
363- int getLineRank ( ) {
363+ private int getLineRank ( ) {
364364 this = rank [ result ] ( Instruction instr |
365365 instr .getAST ( ) .getFile ( ) = getAST ( ) .getFile ( ) and
366366 instr .getAST ( ) .getLocation ( ) .getStartLine ( ) = getAST ( ) .getLocation ( ) .getStartLine ( )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ class Instruction extends Construction::TInstruction {
360360 )
361361 }
362362
363- int getLineRank ( ) {
363+ private int getLineRank ( ) {
364364 this = rank [ result ] ( Instruction instr |
365365 instr .getAST ( ) .getFile ( ) = getAST ( ) .getFile ( ) and
366366 instr .getAST ( ) .getLocation ( ) .getStartLine ( ) = getAST ( ) .getLocation ( ) .getStartLine ( )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ class Instruction extends Construction::TInstruction {
360360 )
361361 }
362362
363- int getLineRank ( ) {
363+ private int getLineRank ( ) {
364364 this = rank [ result ] ( Instruction instr |
365365 instr .getAST ( ) .getFile ( ) = getAST ( ) .getFile ( ) and
366366 instr .getAST ( ) .getLocation ( ) .getStartLine ( ) = getAST ( ) .getLocation ( ) .getStartLine ( )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ class Instruction extends Construction::TInstruction {
360360 )
361361 }
362362
363- int getLineRank ( ) {
363+ private int getLineRank ( ) {
364364 this = rank [ result ] ( Instruction instr |
365365 instr .getAST ( ) .getFile ( ) = getAST ( ) .getFile ( ) and
366366 instr .getAST ( ) .getLocation ( ) .getStartLine ( ) = getAST ( ) .getLocation ( ) .getStartLine ( )
You can’t perform that action at this time.
0 commit comments