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 168de16 commit 2757c3fCopy full SHA for 2757c3f
cpp/common/src/codingstandards/cpp/Expr.qll
@@ -195,7 +195,7 @@ module MisraExpr {
195
*/
196
class UnevaluatedExprExtension extends Expr {
197
UnevaluatedExprExtension() {
198
- this.getChild(_).isUnevaluated()
+ this.getAChild().isUnevaluated()
199
or
200
exists(FunctionCall declval |
201
declval.getTarget().hasQualifiedName("std", "declval") and
0 commit comments