Skip to content

Commit ed088be

Browse files
Fix performance regression from Compatible.qll
1 parent eedca61 commit ed088be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/common/src/codingstandards/cpp/types/Compatible.qll

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module TypesCompatibleConfig implements TypeEquivalenceSig {
6969
/**
7070
* Utilize QlBuiltins::InternSets to efficiently compare the sets of specifiers on two types.
7171
*/
72+
bindingset[t1, t2]
7273
private predicate specifiersMatchExactly(Type t1, Type t2) {
7374
t1 = t2
7475
or

0 commit comments

Comments
 (0)