Skip to content

Commit 28fdf7b

Browse files
committed
Merge tag 'codeql-cli/v2.17.4' into jb1/v2.17.4-2
Compatible with CodeQL CLI 2.17.4
2 parents 959f3fa + a7bbcf3 commit 28fdf7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,16 +1170,13 @@ class DataFlowCall extends TDataFlowCall {
11701170
*/
11711171
Location getLocation() { none() }
11721172

1173-
<<<<<<< HEAD
11741173
// #43: Stub Implementation
11751174
/** Gets an argument to this call as a Node. */
11761175
ArgumentNode getAnArgumentNode(){ none() } // TODO: JB1 return an argument as a DataFlow ArgumentNode
11771176

11781177
// #43: Stub Implementation
11791178
/** Gets the target of the call, as a DataFlowCallable. */
11801179
DataFlowCallable getARuntimeTarget(){ none() } // TODO getCallTarget() returns `Instruction`
1181-
=======
1182-
>>>>>>> codeql-cli/v2.17.4
11831180
/** Gets a best-effort total ordering. */
11841181
int totalorder() {
11851182
this =

0 commit comments

Comments
 (0)