]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Add AstBuilder class.
authorArthur Cohen <arthur.cohen@embecosm.com>
Thu, 25 May 2023 12:18:47 +0000 (14:18 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:37:23 +0000 (18:37 +0100)
commit7d9b2a8607f1efda97be89917b36b4cd467904f5
treefe8f6c8d41e15535148f573b7b4ff96af178401d
parent10d501fa9b781c571db4ba4c27033b21b3dee422
gccrs: ast: Add AstBuilder class.

gcc/rust/ChangeLog:

* ast/rust-ast-builder.cc: New file.
* ast/rust-ast-builder.h: New file.
gcc/rust/ast/rust-ast-builder.cc [new file with mode: 0644]
gcc/rust/ast/rust-ast-builder.h [new file with mode: 0644]