| commit | 9c23c0df0dc47560bf3e253186e0192bc9630c80 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Thu May 23 10:30:16 2024 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Fri Jun 14 10:56:37 2024 -0600 |
| tree | 4cea3ce9ced69d0bc04132df6975519929910014 | |
| parent | b2cb4b4005e88bf31ced0c899527b374a9abcfca [diff] |
Introduce language_defn::lookup_symbol_local This introduces the new method language_defn::lookup_symbol_local, and then changes lookup_symbol_local to use it. This removes an explicit language check from this function, and makes it easier for other languages to hook into this code.