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
Now that these seem to be working, they could use some cleanup. It'd be nice for the CXXDestructurableExpansionStmt to own a pointer to the DecompositionDecl, rather than "reaching into" the substructure of the expansion variable's initializer to fetch it.
The text was updated successfully, but these errors were encountered:
Now that these seem to be working, they could use some cleanup. It'd be nice for the
CXXDestructurableExpansionStmt
to own a pointer to theDecompositionDecl
, rather than "reaching into" the substructure of the expansion variable's initializer to fetch it.The text was updated successfully, but these errors were encountered: