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 2a91477 commit 65b69feCopy full SHA for 65b69fe
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -1236,7 +1236,8 @@ class TranslatedUnaryExpr extends TranslatedSingleInstructionExpr {
1236
expr instanceof ComplementExpr or
1237
expr instanceof UnaryPlusExpr or
1238
expr instanceof UnaryMinusExpr or
1239
- expr instanceof CoAwaitExpr
+ expr instanceof CoAwaitExpr or
1240
+ expr instanceof CoYieldExpr
1241
}
1242
1243
final override Instruction getFirstInstruction(EdgeKind kind) {
0 commit comments