commit | 9876bd23d82eb92de29c0b241af4878687c997b1 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Jan 07 18:10:19 2025 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sat Jan 11 11:21:59 2025 -0700 |
tree | d9039ed8948ba336e43cb5e05010aae846400995 | |
parent | 51a013a937bbc732924b12bc1e9aaed87dae42ad [diff] |
Use std::vector in linespec_state This changes linespec_state to use a std::vector, and changes linespec_canonical_name to use std::string. This removes some manual memory management, including some odd cleanup code in in decode_line_full. Approved-By: Simon Marchi <simon.marchi@efficios.com>