File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
cpp/ql/src/semmle/code/cpp
csharp/ql/src/semmle/code/csharp/dataflow/internal
java/ql/src/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -641,9 +641,7 @@ private module ImplCommon {
641641
642642 class CallContextSpecificCall extends CallContextCall , TSpecificCall {
643643 override string toString ( ) {
644- exists ( DataFlowCall call | this = TSpecificCall ( call ) |
645- result = "CcCall(" + call + ")"
646- )
644+ exists ( DataFlowCall call | this = TSpecificCall ( call ) | result = "CcCall(" + call + ")" )
647645 }
648646
649647 override predicate relevantFor ( DataFlowCallable callable ) {
Original file line number Diff line number Diff line change @@ -641,9 +641,7 @@ private module ImplCommon {
641641
642642 class CallContextSpecificCall extends CallContextCall , TSpecificCall {
643643 override string toString ( ) {
644- exists ( DataFlowCall call | this = TSpecificCall ( call ) |
645- result = "CcCall(" + call + ")"
646- )
644+ exists ( DataFlowCall call | this = TSpecificCall ( call ) | result = "CcCall(" + call + ")" )
647645 }
648646
649647 override predicate relevantFor ( DataFlowCallable callable ) {
Original file line number Diff line number Diff line change @@ -641,9 +641,7 @@ private module ImplCommon {
641641
642642 class CallContextSpecificCall extends CallContextCall , TSpecificCall {
643643 override string toString ( ) {
644- exists ( DataFlowCall call | this = TSpecificCall ( call ) |
645- result = "CcCall(" + call + ")"
646- )
644+ exists ( DataFlowCall call | this = TSpecificCall ( call ) | result = "CcCall(" + call + ")" )
647645 }
648646
649647 override predicate relevantFor ( DataFlowCallable callable ) {
Original file line number Diff line number Diff line change @@ -641,9 +641,7 @@ private module ImplCommon {
641641
642642 class CallContextSpecificCall extends CallContextCall , TSpecificCall {
643643 override string toString ( ) {
644- exists ( DataFlowCall call | this = TSpecificCall ( call ) |
645- result = "CcCall(" + call + ")"
646- )
644+ exists ( DataFlowCall call | this = TSpecificCall ( call ) | result = "CcCall(" + call + ")" )
647645 }
648646
649647 override predicate relevantFor ( DataFlowCallable callable ) {
You can’t perform that action at this time.
0 commit comments