samdmarshall / libclang-nim

3 stars 3 forks source link

Unexposed constants to overlapping enum values #3

Open PMunch opened 3 years ago

PMunch commented 3 years ago

For example CXCursor_UnexposedAttr which points to the enum value CXCursor_FirstAttr. The enum is exposed, but the constant is not, making it pretty useless.