You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR][NFC] Add missing code markers for Dtor_VectorDeleting
This adds some minimal code to mark locations where handling is needed
for Dtor_VectorDeleting type dtors, which were added in
llvm#165598
This is not a comprehensive mark-up of the missing code, as some code
will be needed in places where the surrounding function has larger
missing pieces in CIR currently.
This fixes a warning for an uncovered switch case that was causing CI
builds to fail.
0 commit comments