commit | 911e1e795e2496e1a5315601ab89e56afcd10fb0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Mar 14 16:56:38 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Thu Aug 31 12:41:02 2023 -0600 |
tree | 6238e7783a5cf642c10652b3651c85768781c22a | |
parent | 8c329d5c651e671f9aa9ed87224dc9943a7f76e6 [diff] |
Add symbol::matches method This adds symbol::matches, a wrapper for symbol_matches_domain. Most places calling symbol_matches_domain can call this method instead, which is a bit less wordy and also (IMO) clearer. Approved-By: Simon Marchi <simon.marchi@efficios.com>