Skip to content

Commit 959f3fa

Browse files
committed
Manual Merge DataFlowStack changes
1 parent 3f4156c commit 959f3fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

1173+
<<<<<<< HEAD
11731174
// #43: Stub Implementation
11741175
/** Gets an argument to this call as a Node. */
11751176
ArgumentNode getAnArgumentNode(){ none() } // TODO: JB1 return an argument as a DataFlow ArgumentNode
11761177

11771178
// #43: Stub Implementation
11781179
/** Gets the target of the call, as a DataFlowCallable. */
11791180
DataFlowCallable getARuntimeTarget(){ none() } // TODO getCallTarget() returns `Instruction`
1181+
=======
1182+
>>>>>>> codeql-cli/v2.17.4
11801183
/** Gets a best-effort total ordering. */
11811184
int totalorder() {
11821185
this =

0 commit comments

Comments
 (0)