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