Re: [PATCH 09/16] gdb: convert TYPE_CONST macro to type::is_const
Tom Tromey <[email protected]> Tue, 21 Jul 2026 12:40:50 -0600
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
>>>>> Tankut Baris Aktemur <[email protected]> writes: > + /* Return if this type is const. */ > + bool is_const () This could be 'const' as well; and I suspect this holds for all the other new methods. Tom