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

    <tr>
        <th>Summary</th>
        <td>
            [clang-tidy] Disable readability-identifier-naming.HungarianNotation.PrimitiveType
        </td>
    </tr>

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

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

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

<pre>
    I want to leave only `readability-identifier-naming.HungarianNotation.DerivedType.Pointer`, how can I disable Hungarian notation for primitive types or at least explicitly give them all an empty prefix? In my opinion, it's very oddly done that if I just want to add a prefix `p` to all pointers (whether it's a class field or any other pointer), then I'll also have to face those prefixes for all the primitive types I don't need.

For example, I just want `int* m_somePointerField` to be renamed `m_pSomePointerField`, but not `m_piSomePointerField`.
`- { key: readability-identifier-naming.HungarianNotation.PrimitiveType.int, value: "" }` doesn't work.

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJylkk1vozAQhn-NuYyCCC4hOXBoG6Wby6rS7r0yeAC3xka2Scq_3zEluyu1l9UiPs3MO8-8ntrKuTrDVZgAwYJGcUGwRs_AdplDIUWttArzRkk0QbUK3caIQZku_TaZTjglzHcbRFDWpEd06oLy5zxi-myVCehIheWP0NsrNMLAGaTyotYIv7PBrOnQWgejU4MKpAKBVDzQkggRywfA91GrRgWC65aIHgcQWgOJ4DCGmbKxVe-Mn-BsYJjBjsqQciRQgeWlhws6WpaSNKQ1UYPkVUtgrxOVuPkgpASxykUnRrqWdao2fnTmgeX7a49E4W7qAhotvAeyScuF3VC1JWLNYvkh0tASmUE5kV57C330nQq0oolQ1uNanTyIvsTClPTJn3Nsg3QCGESZsuzIsvuP-4nS8F0Mo8ZY8u8OqRuiYfk9DC_eDrhu1ilir53WCA5pp1HG6OFl_PE5LsrWU4g7uAapL6JuULtsA6x8gDecGb-Hfx2u51vny3gt-I9wEXrCqMbynE7SP0Z-adF_uHK17m0FSLDa7nb7bVlkuyKRFZcHfhBJoIHCihUPtHWm2wQlZ1Yc4bjO6X9hJpPTVR_C6ImR5Sc6OxX6qU4bO9CH1pfbYzM6-4oNdXVS3k_o6aXYH_g-6at9e8gbeVcWu5YXWyFLceDbQ9M2uci2nJeJFjVqH5sgEwxeYZGInhTHRFV5lufbePCivCtSzhuRtfW-JF3ecs7uMhyE0mnkSK3rElctSPXUefqplQ_-z08acNXRtC3lSF9MNK-uetJYN70w_m1-UiFZCKqlg1-Iv3tf">