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