Skip to content

Commit 4dd45dc

Browse files
committed
Shared: Also inline 'standardFlowsTo'.
1 parent bd7e20d commit 4dd45dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/typetracking/codeql/typetracking/internal/TypeTrackingImpl.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ module TypeTracking<LocationSig Location, TypeTrackingInput<Location> I> {
283283
* Holds if there is flow from `localSource` to `dst` using zero or more
284284
* `simpleLocalSmallStep`s.
285285
*/
286+
pragma[inline]
286287
predicate flowsTo(LocalSourceNode localSource, Node dst) {
287288
nonStandardFlowsTo(localSource, dst)
288289
or

0 commit comments

Comments
 (0)