diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2023-07-10 11:42:12 -0400 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2023-07-12 14:43:18 +0000 |
commit | b75357f4a1835dcd288df67402340b4cb6b96c12 (patch) | |
tree | 39841461dff4d0015404c4932ac93e1d155ea9b8 /gcc/rust/backend | |
parent | 486c8b87e4d76bccde5746146d99d99ce69dbc7d (diff) | |
download | gcc-b75357f4a1835dcd288df67402340b4cb6b96c12.zip gcc-b75357f4a1835dcd288df67402340b4cb6b96c12.tar.gz gcc-b75357f4a1835dcd288df67402340b4cb6b96c12.tar.bz2 |
Change class RichLocation into typedef
gcc/rust/ChangeLog:
* rust-linemap.cc
(RichLocation::RichLocation): Remove.
(RichLocation::~RichLocation): Remove.
(RichLocation::add_range): Remove.
(RichLocation::add_fixit_insert_before): Remove.
(RichLocation::add_fixit_insert_after): Remove.
* rust-location.h
(class RichLocation): Remove.
* rust-diagnostics.cc
(rust_be_error_at): Remove RichLocation::get invocation.
* expand/rust-macro-expand.cc: Fix RichLocation constructor.
* hir/rust-ast-lower-base.cc: Likewise.
* resolve/rust-ast-resolve-implitem.h: Likewise.
* resolve/rust-ast-resolve-stmt.h: Likewise.
* resolve/rust-ast-resolve-toplevel.h: Likewise.
* rust-session-manager.cc: Likewise.
* typecheck/rust-casts.cc: Likewise.
* typecheck/rust-coercion.cc: Likewise.
* typecheck/rust-hir-inherent-impl-overlap.h: Likewise.
* typecheck/rust-hir-path-probe.h: Likewise.
* typecheck/rust-hir-trait-reference.cc: Likewise.
* typecheck/rust-hir-type-check-expr.cc: Likewise.
* typecheck/rust-hir-type-check-implitem.cc: Likewise.
* typecheck/rust-hir-type-check-item.cc: Likewise.
* typecheck/rust-hir-type-check-pattern.cc: Likewise.
* typecheck/rust-tyty-cmp.h: Likewise.
* typecheck/rust-tyty-subst.cc: Likewise.
* typecheck/rust-tyty.cc: Likewise.
* typecheck/rust-unify.cc: Likewise.
Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions