Skip to content
Snippets Groups Projects
Commit f2d6ab83 authored by M V V S Manoj Kumar's avatar M V V S Manoj Kumar Committed by Arthur Cohen
Browse files

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: default avatarM V V S Manoj Kumar <mvvsmanojkumar@gmail.com>
parent 2785d591
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment