We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7c913 commit fbf21bdCopy full SHA for fbf21bd
cpp/common/src/codingstandards/cpp/types/Compatible.qll
@@ -522,3 +522,11 @@ module FunctionDeclarationTypeEquivalence<
522
.getType(), f2.getParameterDeclarationEntry(pragma[only_bind_into](i)).getType())
523
}
524
525
+
526
+private class LeafType extends Type {
527
+ LeafType() {
528
+ not this instanceof DerivedType and
529
+ not this instanceof FunctionType and
530
+ not this instanceof FunctionType
531
+ }
532
+}
0 commit comments