]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Continue to replace usages of Location with location_t
authorOwen Avery <powerboat9.gamer@gmail.com>
Mon, 10 Jul 2023 20:06:27 +0000 (16:06 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:55:59 +0000 (18:55 +0100)
commitdd15fff38562ab8c3160190366f1e755c033425b
treea0e1d0a8c8f483df5d1fdb88c555f18628ffa654
parente99e565e0aa866cdec407f851d651096fb190f7f
gccrs: Continue to replace usages of Location with location_t

gcc/rust/ChangeLog:

* backend/rust-compile-base.cc: Replace Location with location_t.
* backend/rust-compile-base.h: Likewise.
* backend/rust-compile-expr.cc: Likewise.
* lex/rust-token.h: Likewise.
* metadata/rust-import-archive.cc: Likewise.
* metadata/rust-imports.cc: Likewise.
* metadata/rust-imports.h: Likewise.
* rust-backend.h: Likewise.
* rust-diagnostics.cc: Likewise.
* rust-diagnostics.h: Likewise.
* rust-gcc.cc: Likewise.
* rust-linemap.cc: Likewise.
* util/rust-token-converter.cc: Likewise.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
13 files changed:
gcc/rust/backend/rust-compile-base.cc
gcc/rust/backend/rust-compile-base.h
gcc/rust/backend/rust-compile-expr.cc
gcc/rust/lex/rust-token.h
gcc/rust/metadata/rust-import-archive.cc
gcc/rust/metadata/rust-imports.cc
gcc/rust/metadata/rust-imports.h
gcc/rust/rust-backend.h
gcc/rust/rust-diagnostics.cc
gcc/rust/rust-diagnostics.h
gcc/rust/rust-gcc.cc
gcc/rust/rust-linemap.cc
gcc/rust/util/rust-token-converter.cc