diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-11-02 18:23:03 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 19:09:36 +0100 |
commit | 55bfecc95a577c58edd93061852e40b93b47d19c (patch) | |
tree | 21053aafe1d7202b9c202c798b90f521713a971f /gcc/rust/Make-lang.in | |
parent | 74ef5529c81fc3ad4bcb873ceba045f8142ddcfe (diff) | |
download | gcc-55bfecc95a577c58edd93061852e40b93b47d19c.zip gcc-55bfecc95a577c58edd93061852e40b93b47d19c.tar.gz gcc-55bfecc95a577c58edd93061852e40b93b47d19c.tar.bz2 |
gccrs: Move SingleASTNode implementation out of header
Those functions implementation put additional constraints on the headers
which makes the codebase harder to work with.
gcc/rust/ChangeLog:
* ast/rust-ast.h: Move implementation from here...
* ast/rust-ast.cc (SingleASTNode::SingleASTNode): ...to here.
(SingleASTNode::operator=): ...and here...
(SingleASTNode::accept_vis): ...and here...
(SingleASTNode::is_error): ...and here...
(SingleASTNode::as_string): ...also here.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Diffstat (limited to 'gcc/rust/Make-lang.in')
0 files changed, 0 insertions, 0 deletions