Skip to content

Stop using reserved identifiers #87

Description

@ninotarantino

There's a few models which use identifier naming schemes which are reserved by the implementation. Examples:

  • Dynamic Mass Body: dry_mass_revert__consumable_mass.
  • Table Lookup Transpose Data: filename has a double underscore (table_lookup__transpose_data.hh), which results in an include guard which violates the double underscore rule.
  • Target Relative Parameters: several local variables.

Fix all instances and re-enable the clang-tidy bugprone-reserved-identifier warning.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions