mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update shared/typetracking/codeql/typetracking/internal/TypeTrackingImpl.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3aee4a88aa
commit
b7bc94b987
@@ -270,7 +270,6 @@ module TypeTracking<LocationSig Location, TypeTrackingInput<Location> I> {
|
||||
|
||||
pragma[inline]
|
||||
predicate standardFlowsTo(Node localSource, Node dst) {
|
||||
// explicit type check in base case to avoid repeated type tests in recursive case
|
||||
isLocalSourceNode(localSource) and
|
||||
dst = localSource
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user