GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
219 stars 23 forks source link

Base type of an enum #263

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

Provide accessor for the underlying type of an enumeration.

Partially addresses #22 .