mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
AST and IR support for TemporaryObjectExpr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user