This inspection reports redundant enum entry constructor invocation:
enum class Foo {
    A(), // This '()' is redundant.
    B(),
    C
}