Skip to content

Commit 308d154

Browse files
committed
C++: Add ssaDefHasSource.
1 parent 6e9ebca commit 308d154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,8 @@ private module DataFlowIntegrationInput implements SsaImpl::DataFlowIntegrationI
977977
)
978978
}
979979

980+
predicate ssaDefHasSource(SsaImpl::WriteDefinition def) { none() }
981+
980982
predicate ssaDefAssigns(SsaImpl::WriteDefinition def, Expr value) { none() }
981983

982984
class Parameter extends Void {

0 commit comments

Comments
 (0)