зеркало из https://github.com/github/codeql.git
C++: Also handle destructor calls on converted expressions in PrintAST.
This commit is contained in:
Родитель
fcd0e9999c
Коммит
8a6a60e59b
|
@ -364,6 +364,8 @@ class ConversionNode extends ExprNode {
|
|||
childIndex = 0 and
|
||||
result.getAst() = conv.getExpr() and
|
||||
conv.getExpr() instanceof Conversion
|
||||
or
|
||||
result.getAst() = expr.getImplicitDestructorCall(childIndex - 1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче