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 219dc71 commit cd61fb4Copy full SHA for cd61fb4
cpp/ql/src/semmle/code/cpp/commons/CommonType.qll
@@ -66,7 +66,7 @@ class Ptrdiff_t extends Type {
66
/**
67
* A parent class representing C/C++ a typedef'd `UserType` such as `int8_t`.
68
*/
69
-private class IntegralUnderlyingUserType extends UserType {
+private abstract class IntegralUnderlyingUserType extends UserType {
70
IntegralUnderlyingUserType() { this.getUnderlyingType() instanceof IntegralType }
71
}
72
0 commit comments