We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ParenthesisExpr
1 parent 4339e18 commit c60cb13Copy full SHA for c60cb13
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
@@ -361,6 +361,8 @@ predicate ignoreLoad(Expr expr) {
361
or
362
expr instanceof FunctionAccess
363
364
+ expr instanceof ParenthesisExpr
365
+ or
366
expr.(PointerDereferenceExpr).getOperand().getFullyConverted().getType().getUnspecifiedType()
367
instanceof FunctionPointerType
368
0 commit comments