]> git.ipfire.org Git - thirdparty/gcc.git/commit
sesh: Add late name resolution 2.0
authorArthur Cohen <arthur.cohen@embecosm.com>
Fri, 4 Aug 2023 09:11:13 +0000 (11:11 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 26 Mar 2024 17:35:02 +0000 (17:35 +0000)
commitb281eb02d4caeadf087c37c3312039aa45c75da9
tree998516786d875b7c90e6dd969d8e605dbd673106
parent3e3f5c6602c686e2827173817dac6ebaf9f755e3
sesh: Add late name resolution 2.0

gcc/rust/ChangeLog:

* rust-session-manager.cc (Session::compile_crate): Create name resolution
context for Session::expansion and subsequent name resolution passes.
(Session::expansion): Take name resolution context as a parameter
instead.
* rust-session-manager.h (Session::expansion): Fix declaration.
gcc/rust/rust-session-manager.cc
gcc/rust/rust-session-manager.h