Releases: Domiran/enum_values
Releases · Domiran/enum_values
v0.2
- reader has been updated to use
libclangto parse code (it does not need to be compilable) - API change: data_pair now uses the actual enum type rather than underlying type
- this means enum_value now expects enums to have already been defined
- (will work on some solution to the obvious problem of excluding code for enums that haven't been defined in the current translation unit when used in a larger project)