mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Rust: add upgrade/downgrade scripts
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
description: Rename MacroBlockExpr to MacroStmts
|
||||
compatibility: full
|
||||
|
||||
macro_stmts.rel: reorder macro_block_exprs(@macro_block_expr id) id
|
||||
macro_stmts_exprs.rel: reorder macro_block_expr_tail_exprs(@macro_block_expr id, @expr tail_expr) id tail_expr
|
||||
macro_stmts_statements.rel: reorder macro_block_expr_statements(@macro_block_expr id, int index, @stmt statement) id index statement
|
||||
macro_block_exprs.rel: delete
|
||||
macro_block_expr_tail_exprs.rel: delete
|
||||
macro_block_expr_statements.rel: delete
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
description: Rename MacroStmts to MacroBlockExpr
|
||||
compatibility: full
|
||||
|
||||
macro_block_exprs.rel: reorder macro_stmts(@macro_stmts id) id
|
||||
macro_block_expr_tail_exprs.rel: reorder macro_stmts_exprs(@macro_stmts id, @expr expr) id expr
|
||||
macro_block_expr_statements.rel: reorder macro_stmts_statements(@macro_stmts id, int index, @stmt statement) id index statement
|
||||
macro_stmts.rel: delete
|
||||
macro_stmts_exprs.rel: delete
|
||||
macro_stmts_statements.rel: delete
|
||||
Reference in New Issue
Block a user