Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions csharp/ql/lib/semmle/code/csharp/Unification.qll
Original file line numberDiff line numberDiff line change
Expand Up@@ -348,6 +348,7 @@ module Gvn {
*
* `subsumes` indicates whether `arg1` in fact subsumes `arg2`.
*/
pragma[no_dynamic_join_order]
pragma[nomagic]
private predicate unifiableTypeArguments(
CompoundTypeKind k, GvnTypeArgument arg1, GvnTypeArgument arg2, int i, boolean subsumes
Expand Down
Loading