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 ebae3e6 commit 2c106bcCopy full SHA for 2c106bc
c/misra/src/codingstandards/c/misra/EssentialTypes.qll
@@ -79,7 +79,7 @@ private IntegralType stlr(Expr const) {
79
EssentialTypeCategory getEssentialTypeCategory(Type type) {
80
exists(Type essentialType |
81
// Resolve typedefs to ensure
82
- essentialType = type.getUnderlyingType()
+ essentialType = type.getUnspecifiedType()
83
|
84
result = EssentiallyBooleanType() and essentialType instanceof MisraBoolType
85
or
0 commit comments