зеркало из https://github.com/github/codeql.git
C++: Mark 'CoYieldExpr' as a unary expression in IR construction.
This commit is contained in:
Родитель
2a914770ea
Коммит
65b69fe353
|
@ -1236,7 +1236,8 @@ class TranslatedUnaryExpr extends TranslatedSingleInstructionExpr {
|
|||
expr instanceof ComplementExpr or
|
||||
expr instanceof UnaryPlusExpr or
|
||||
expr instanceof UnaryMinusExpr or
|
||||
expr instanceof CoAwaitExpr
|
||||
expr instanceof CoAwaitExpr or
|
||||
expr instanceof CoYieldExpr
|
||||
}
|
||||
|
||||
final override Instruction getFirstInstruction(EdgeKind kind) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче