]> git.ipfire.org Git - thirdparty/gcc.git/commit
ast: Support outer attributes for AST::RangeExpr
authorArthur Cohen <arthur.cohen@embecosm.com>
Wed, 9 Apr 2025 12:44:56 +0000 (14:44 +0200)
committerCohenArthur <arthur.cohen@embecosm.com>
Mon, 14 Apr 2025 08:03:49 +0000 (08:03 +0000)
commit4d09dd4abab3b0f4b9ceeaf434001ae2b41eb7e0
treeda51e111ff800a850c90df8b46f40c4094b38712
parentfd6257bc2894124c328757ff08221580f6ea105b
ast: Support outer attributes for AST::RangeExpr

gcc/rust/ChangeLog:

* ast/rust-expr.h (class RangeExpr): Add empty outer attributes and allow getting them
and setting them.
gcc/rust/ast/rust-expr.h