commit | 415ea5e3e5115ff4a2c5d793761af913765a9f36 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Sep 19 17:51:36 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Sun Jan 28 10:58:17 2024 -0700 |
tree | 6343638fac5fbddba9ba26f79331816539e009bc | |
parent | 6cd92f3b86f510c3e321b922ca77cd42c83b7826 [diff] |
Refine search in cp_search_static_and_baseclasses This changes cp_search_static_and_baseclasses to only search for types, functions, and modules. The latter two cases were discovered by regression testing. I found it somewhat surprising the Fortran name lookup ends up in this code, but did not attempt to change this.