]> gcc.gnu.org Git - gcc.git/commit
gccrs: These are wrappers ported from reusing gccgo
authorPhilip Herron <philip.herron@embecosm.com>
Wed, 24 Aug 2022 11:08:58 +0000 (12:08 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 13 Dec 2022 13:00:07 +0000 (14:00 +0100)
commitfe6264fa28a37ccbfb0e03798d1cbb11e09d1971
treed93f66bbc9f58c59dcd51ecc61cc50e155007bec
parentcfbda2f78baac4f329efe1838401b4ae2ed5b6a5
gccrs: These are wrappers ported from reusing gccgo

The wrappers over linemap and location will eventually disappear here but
served as a useful starting point for us. We have wrappers over the
diagnostics system which we might be able to get rid of as well.

gcc/rust/
* rust-diagnostics.cc: New.
* rust-diagnostics.h: New.
* rust-gcc-diagnostics.cc: New.
* rust-linemap.cc: New.
* rust-linemap.h: New.
* rust-location.h: New.
* rust-system.h: New.
gcc/rust/rust-diagnostics.cc [new file with mode: 0644]
gcc/rust/rust-diagnostics.h [new file with mode: 0644]
gcc/rust/rust-gcc-diagnostics.cc [new file with mode: 0644]
gcc/rust/rust-linemap.cc [new file with mode: 0644]
gcc/rust/rust-linemap.h [new file with mode: 0644]
gcc/rust/rust-location.h [new file with mode: 0644]
gcc/rust/rust-system.h [new file with mode: 0644]
This page took 0.05829 seconds and 6 git commands to generate.