]> gcc.gnu.org Git - gcc.git/commit
Add is_item helper to AST and HIR
authorPhilip Herron <philip.herron@embecosm.com>
Fri, 5 Nov 2021 12:31:31 +0000 (12:31 +0000)
committerPhilip Herron <philip.herron@embecosm.com>
Fri, 5 Nov 2021 12:31:59 +0000 (12:31 +0000)
commitd2f92e6a73338c986601a071b8641c051e700aba
tree8d4471a6232d4893e3e77e16a198fa18bdbd07d6
parent8e992e371bbd896c8b605e1ebade5cad80b1b411
Add is_item helper to AST and HIR

BlockExpr can contain Items and Stmts this allows us to differentiate
between them on the Stmt level.
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-stmt.h
gcc/rust/hir/tree/rust-hir-stmt.h
gcc/rust/hir/tree/rust-hir.h
This page took 0.062836 seconds and 6 git commands to generate.