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 506cc04 commit 7676e7fCopy full SHA for 7676e7f
c/misra/src/codingstandards/c/misra/EssentialTypes.qll
@@ -146,6 +146,7 @@ EssentialTypeCategory getEssentialTypeCategory(Type type) {
146
/**
147
* Gets the essential type of the given expression `e`, considering any explicit conversions.
148
*/
149
+pragma[nomagic]
150
Type getEssentialType(Expr e) {
151
if e.hasExplicitConversion()
152
then
0 commit comments