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

Fix names according to name convention #904

Closed

Commits on Nov 15, 2012

  1. Fix private/commented out/undocumented elements names

    Lowercase first letter according to name convention:
    * FieldOffsetsTupleImpl -> fieldOffsetsTupleImpl
    * FieldOffsetsTuple -> fieldOffsetsTuple
    * RepresentationOffsetsImpl -> representationOffsetsImpl
    * RepresentationOffsets -> representationOffsets
    * EnumSpecificMembers -> enumSpecificMembers
    * RegexOptionNames -> regexOptionNames
    * CountUp -> countUp
    
    Incorrect names was exposed by expressionTuple template
    denis-sh committed Nov 15, 2012
    Copy the full SHA
    81f6269 View commit details
    Browse the repository at this point in the history
  2. Fix public elements names

    Lowercase first letter according to name convention:
    * ParameterStorageClassTuple -> parameterStorageClassTuple
    * ParameterIdentifierTuple -> parameterIdentifierTuple
    * EnumMembers -> enumMembers
    
    Added aliases for backward compatibility
    
    Incorrect names was exposed by expressionTuple template
    denis-sh committed Nov 15, 2012
    Copy the full SHA
    48047eb View commit details
    Browse the repository at this point in the history