Merge pull request #15991 from jketema/destructors17

C++: Handle destruction of temporaries in expressions with a `thow` at the root
This commit is contained in:
Jeroen Ketema 2024-03-21 07:47:09 +01:00 коммит произвёл GitHub
Родитель 8f56edea80 9300b04def
Коммит ec071cde51
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -2030,7 +2030,13 @@ destructors_for_temps.cpp:
# 45| getQualifier().getFullyConverted(): [TemporaryObjectExpr] temporary object
# 45| Type = [Class] ClassWithDestructor2
# 45| ValueCategory = prvalue(load)
# 47| getImplicitDestructorCall(0): [DestructorCall] call to ~ClassWithDestructor2
# 45| getImplicitDestructorCall(0): [DestructorCall] call to ~ClassWithDestructor2
# 45| Type = [VoidType] void
# 45| ValueCategory = prvalue
# 45| getQualifier(): [ReuseExpr] reuse of temporary object
# 45| Type = [Class] ClassWithDestructor2
# 45| ValueCategory = xvalue
# 47| getImplicitDestructorCall(1): [DestructorCall] call to ~ClassWithDestructor2
# 47| Type = [VoidType] void
# 47| ValueCategory = prvalue
# 47| getQualifier(): [VariableAccess] c