davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
198 stars 58 forks source link

no way to get unqualified variant of a type #107

Closed davidmalcolm closed 7 years ago

davidmalcolm commented 7 years ago

The type API includes const_equivalent and volatile_equivalent, but I didn't see a way to get the unqualified variant of a type.

davidmalcolm commented 7 years ago

Imported from trac issue 66. Created by tromey on 2015-11-18T23:02:11, last modified: 2015-11-21T22:32:45

davidmalcolm commented 7 years ago

Trac comment by tromey on 2015-11-21 22:32:45:

This is fixed on github.