| commit | 3af607d998587de460b9e29996b1d43fa40a76b0 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Fri Jun 17 09:31:44 2022 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Wed Jun 22 13:28:55 2022 -0600 |
| tree | c935f7fb5201489144362f33510540d4d5983407 | |
| parent | 90b7a5df152a64d2bea20beb438e8b81049a5c30 [diff] |
Use unique_xmalloc_ptr in interp This changes interp::m_name to be a unique_xmalloc_ptr, removing some manual memory management. It also cleans up the initialization of the 'inited' member, and moves the 'private:' and 'public:' keywords to their proper spots.