We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad342c commit 378f036Copy full SHA for 378f036
cpp/downgrades/1aa71a4a687fc93f807d4dfeeef70feceeced242/stmts.ql
@@ -13,5 +13,5 @@ predicate isConstevalIf(Stmt stmt) {
13
from Stmt stmt, int kind, int kind_new, Location location
14
where
15
stmts(stmt, kind, location) and
16
- if isConstevalIf(stmt) then kind_new = 7 else kind_new = kind // Turns consteval if into a block with two block statement in it
+ if isConstevalIf(stmt) then kind_new = 7 else kind_new = kind // Turns consteval if into a block with two block statements in it
17
select stmt, kind_new, location
0 commit comments