<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/58096>58096</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            `readability-identifier-naming` reports nothing but does something when no `CheckOptions` are provided
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          firewave
      </td>
    </tr>
</table>

<pre>
    https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132 indicates that `readability-identifier-naming` is one of the heavier clang-tidy checks. But it seems that it doesn't do anything until you actually provide `CheckOptions`.

Running `-dump-config` only shows the following default values:
```yaml
CheckOptions:
  - key:             readability-identifier-naming.IgnoreFailedSplit
    value:           'false'
  - key:             readability-identifier-naming.AggressiveDependentMemberLookup
    value:           'false'
  - key:             readability-identifier-naming.IgnoreMainLikeFunctions
    value:           'false'
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy9U9tunDAQ_Rp4GYFYE2D3gYekUaRKiSq1XzDAAO4aG_myK_6-A2TbRqqqVJGKLOy5nTkeDo3plnr0fnZRfh-JJ16D9GNo0tZMbCh1uW3JbM13aj2b0rlAjg9FVYgqEvnm4IqJtE8OIq9OeXHIBUjdyRY9OfAjeojKzBJ22Egl_ZLIjtNlL8kmGiepB46DdGA0gem5hGAkvHAcWoV6SLzsFmhHas8uhYfgQXpwRNMrPFudIacjUa0nQL34kWEhcBsFiwmArQ-o1AJ8mQv3Xyl9WgG_zF4a7dhMo-wxyu7399eg9YrA_qQL05y0RvdyI2o0w7jRXN3GtDdKmeua21GPQXm4oFqnlL9Ccc2-FpzU7nrT-ZYHkMCZFrbh9-evg0s_D9pYekKpqPs2c9INC3Yab9F4QD0qR7x_oOf9MFhyTl7okWbSa_yFpobsszHnMP8HBvutX1DqZ3mmp6DbfZT_1Pnnd4mpPpTlXSmqQynirs67U37C2EuvqH6PdC3NxnoH2uyya8IuSHBmot11HUlz_A-yA7R0U2UXB6s-8lses1MZjzVhmdFdxnos2jZrswKPFZanEsuGWlF2scKGlKuj4iESQtMVNgg-R8VjLGuRCXHIssNBiDITaS-OPeWn_g6pOJZVEzH0xJJLVx6psUNs641SEwbHQSWdd7-CyFoZNNHWjvEx-NHYupeWrniheOtdb9x_AJOfd5c">