AST and IR support for TemporaryObjectExpr

This commit is contained in:
Dave Bartolomeo
2020-10-05 17:53:35 -04:00
parent 060c19a063
commit badb11750a
7 changed files with 634 additions and 55 deletions

View File

@@ -1171,6 +1171,7 @@ conversionkinds(
| @parexpr
| @reference_to
| @ref_indirect
| @temp_init
;
/*
@@ -1673,6 +1674,7 @@ case @expr.kind of
| 326 = @spaceshipexpr
| 327 = @co_await
| 328 = @co_yield
| 329 = @temp_init
;
@var_args_expr = @vastartexpr