mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -119,7 +119,7 @@ module SourceSinkInterpretationInput implements
|
||||
DataFlowCallable asCallable() { result.(Function) = this.asElement() }
|
||||
|
||||
/** Gets the target of this call, if any. */
|
||||
Element getCallTarget() { result = this.asCall().getAst().(Call).getTarget() }
|
||||
Element getCallTarget() { result = this.asCall().getStaticCallTarget() }
|
||||
|
||||
/** Gets a textual representation of this node. */
|
||||
string toString() {
|
||||
|
||||
Reference in New Issue
Block a user