Re: [PATCH 08/16] gdb: convert TYPE_NOTTEXT macro to type::is_nottext
Tom Tromey <[email protected]> Tue, 21 Jul 2026 12:39:44 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Tankut Baris Aktemur <[email protected]> writes: > + /* Return if this type is nottext. */ > + bool is_nottext () This could be a const method. Tom