We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedca61 commit ed088beCopy full SHA for ed088be
cpp/common/src/codingstandards/cpp/types/Compatible.qll
@@ -69,6 +69,7 @@ module TypesCompatibleConfig implements TypeEquivalenceSig {
69
/**
70
* Utilize QlBuiltins::InternSets to efficiently compare the sets of specifiers on two types.
71
*/
72
+bindingset[t1, t2]
73
private predicate specifiersMatchExactly(Type t1, Type t2) {
74
t1 = t2
75
or
0 commit comments