This is an archive of the discontinued LLVM Phabricator instance.

Trivial enum fix
ClosedPublic

Authored by tlwilmar on Dec 4 2017, 1:51 PM.

Details

Summary

This change is a trivial fix for enums that removes specification of "last" or "upper" values, or other boundary values. This simplifies the code in places, and results in never needing to update the "upper" values again.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar created this revision.Dec 4 2017, 1:51 PM
This revision is now accepted and ready to land.Dec 5 2017, 4:46 AM
This revision was automatically updated to reflect the committed changes.