File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1170,13 +1170,16 @@ class DataFlowCall extends TDataFlowCall {
1170
1170
*/
1171
1171
Location getLocation ( ) { none ( ) }
1172
1172
1173
+ < < < < < < < HEAD
1173
1174
// #43: Stub Implementation
1174
1175
/ * * Gets an argument to this call as a Node . * /
1175
1176
ArgumentNode getAnArgumentNode( ) { none ( ) } // TODO: JB1 return an argument as a DataFlow ArgumentNode
1176
1177
1177
1178
// #43: Stub Implementation
1178
1179
/** Gets the target of the call, as a DataFlowCallable. */
1179
1180
DataFlowCallable getARuntimeTarget ( ) { none ( ) } // TODO getCallTarget() returns `Instruction`
1181
+ = = = = = = =
1182
+ > > > > > > > codeql - cli / v2.17.4
1180
1183
/** Gets a best-effort total ordering. */
1181
1184
int totalorder ( ) {
1182
1185
this =
You can’t perform that action at this time.
0 commit comments