Skip to content

Commit 2757c3f

Browse files
Update cpp/common/src/codingstandards/cpp/Expr.qll
Co-authored-by: Remco Vermeulen <rvermeulen@users.noreply.github.com>
1 parent 168de16 commit 2757c3f

File tree

1 file changed

+1
-1
lines changed
  • cpp/common/src/codingstandards/cpp

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ module MisraExpr {
195195
*/
196196
class UnevaluatedExprExtension extends Expr {
197197
UnevaluatedExprExtension() {
198-
this.getChild(_).isUnevaluated()
198+
this.getAChild().isUnevaluated()
199199
or
200200
exists(FunctionCall declval |
201201
declval.getTarget().hasQualifiedName("std", "declval") and

0 commit comments

Comments
 (0)