]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Added AST Node AST::InlineAsm
authorM V V S Manoj Kumar <mvvsmanojkumar@gmail.com>
Fri, 17 Feb 2023 18:09:56 +0000 (23:39 +0530)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:24 +0000 (10:47 +0200)
commitf2d6ab839ce7aafc629e7f3ecf2b8f98fc1fe6cd
tree4c72850c69506cd19b9871264c39e9c06975ff1c
parent2785d591116a135215f473534b20f5da6075b265
gccrs: Added AST Node AST::InlineAsm

Addresses #1567
Created a AST node InlineAsm similar to the one found in rustc.
As there is no Symbol struct/class in gccrs I have made every instance
of Symbol a string.

gcc/rust/ChangeLog:

* ast/rust-ast-full-decls.h (class InlineAsm):Added class declaration.
* ast/rust-expr.h (class InlineAsm):Added class definition.

Signed-off-by: M V V S Manoj Kumar <mvvsmanojkumar@gmail.com>
gcc/rust/ast/rust-ast-full-decls.h
gcc/rust/ast/rust-expr.h