Reports enum entry names that do not follow the recommended naming conventions.

Example:


  enum class Foo {
    _Foo,
    foo
  }

To fix the problem rename enum entries to match the recommended naming conventions.