We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4156c commit 959f3faCopy full SHA for 959f3fa
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -1170,13 +1170,16 @@ class DataFlowCall extends TDataFlowCall {
1170
*/
1171
Location getLocation() { none() }
1172
1173
+<<<<<<< HEAD
1174
// #43: Stub Implementation
1175
/** Gets an argument to this call as a Node. */
1176
ArgumentNode getAnArgumentNode(){ none() } // TODO: JB1 return an argument as a DataFlow ArgumentNode
1177
1178
1179
/** Gets the target of the call, as a DataFlowCallable. */
1180
DataFlowCallable getARuntimeTarget(){ none() } // TODO getCallTarget() returns `Instruction`
1181
+=======
1182
+>>>>>>> codeql-cli/v2.17.4
1183
/** Gets a best-effort total ordering. */
1184
int totalorder() {
1185
this =
0 commit comments