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 8842b97 commit 846eac8Copy full SHA for 846eac8
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll
@@ -1280,6 +1280,9 @@ class TranslatedUnaryExpr extends TranslatedSingleInstructionExpr {
1280
or
1281
// TODO: Use a new opcode to represent "awaiting the value"
1282
expr instanceof CoAwaitExpr and result instanceof Opcode::CopyValue
1283
+ or
1284
+ // TODO: Use a new opcode to represent "awaiting the value"
1285
+ expr instanceof CoYieldExpr and result instanceof Opcode::CopyValue
1286
}
1287
1288
private TranslatedExpr getOperand() {
0 commit comments