From 1acf8eba36b06ab816866821542d189935ba360e Mon Sep 17 00:00:00 2001 From: Philip Herron Date: Mon, 18 May 2020 23:25:16 +0100 Subject: Add type resolution to CallExpr More work will be added here but there is enough to start working on the initial AST -> Gimple transformations now. --- gcc/rust/analysis/rust-resolution.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rust/analysis/rust-resolution.h') diff --git a/gcc/rust/analysis/rust-resolution.h b/gcc/rust/analysis/rust-resolution.h index ee1c692..0105a8b 100644 --- a/gcc/rust/analysis/rust-resolution.h +++ b/gcc/rust/analysis/rust-resolution.h @@ -238,6 +238,7 @@ protected: std::vector letPatternBuffer; std::vector typeBuffer; std::vector typeComparisonBuffer; + std::vector functionLookup; }; } // namespace Analysis -- cgit v1.1