commit | ed4eabdf63b426cd850daa5bcdd0858edfdee15a | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Apr 10 17:01:13 2024 -0600 |
committer | Tom Tromey <tom@tromey.com> | Tue May 14 13:28:39 2024 -0600 |
tree | 7038c84214024241498ae81a846435b2bf309c98 | |
parent | d1587e198f3a6c7b08c44b3ea643087de8ea25c5 [diff] |
Clean up demangle_parse_info This changes demangle_parse_info to use inline initializers and to remove some manual memory management. Approved-By: John Baldwin <jhb@FreeBSD.org>