Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9921: Enum variables of type void should be illegal #1907

Merged
merged 2 commits into from
Apr 18, 2013

Commits on Apr 18, 2013

  1. Run semantic on memberless enum memtype

    If enum has no members but still has a base type, eg
    enum X : BaseType;
    we still need to run semantic on the memtype BaseType.
    don-clugston-sociomantic committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    134fdd3 View commit details
    Browse the repository at this point in the history
  2. Fix bug 9921: Disallow void enums. Fix enum.max for errors

    If the base type isn't valid, don't calculate enum.max
    don-clugston-sociomantic committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    35a3765 View commit details
    Browse the repository at this point in the history