| commit | 6038b1125839ee73393bce19339689824f8cf3f1 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Sat Aug 23 11:51:03 2025 -0600 |
| committer | Tom Tromey <tom@tromey.com> | Tue Sep 09 18:24:32 2025 -0600 |
| tree | b585d19e739fba6e86b6cb00e59b20fd13cebc20 | |
| parent | c152f17e36f76f71e38fdf7e81594ce00ef654ca [diff] |
Change type_stack::insert to take gdbarch This changes type_stack::insert to take a gdbarch rather than an expr_builder. This is simpler and means that type_stack doesn't have to know anything about expression building; the parser-defs.h include can be removed. Approved-By: Simon Marchi <simon.marchi@efficios.com>