<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/62650>62650</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
`[clang-tidy]` - reserved-identifier will warn on double dunder names.
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
nrbnlulu
</td>
</tr>
</table>
<pre>
According to https://clang.llvm.org/extra/clang-tidy/checks/bugprone/reserved-identifier.html
only names that starts with `__<name>` should be avoided though `__<name>__` is not mentioned and yet I get a warning.
```console
Clang-Tidy: Declaration uses identifier '__store__', which is a reserved identifier
```
--version output
```console
Ubuntu LLVM version 14.0.0
Optimized build.
Default target: x86_64-pc-linux-gnu
Host CPU: tigerlake
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx8k82O8yYUhq8Gb45sYew49sKLTNKolaZqF51uLWxObDoEIjgkk159RTKZH_XTJ1lGcP7eFz3IEPRsEXu2emKrXSYjLc731o_WRBOz0alrv5km55W2M5CDhegUWLVhYs_EfjLSzoUx52Ph_MzEHt_Iy0cgJ62uabPg9BqY2I9xPnlnkYm9x4D-jCrXCi3pg0ZfLHQ0jO8Y3zhrrmDlEQPQIgkCSU8BLpoWYA0fBlZtU5hVv7CGQ1hcNApGBHl2WqECWlyc_5c7DClbB7CO4JjmOosKpFVwRYLfYEYCCRfprbZzcdfCGn7_JmeDM3g_3d4M_pUMVhvY4WSkl6kfxIABPl0BE-thCOQ8DgMTaya2cFn0tCQdEh738K3i-9z37e2f52f0IY1xkU6RfibxZYyWIjw___07PKrKuuDFe0eAx_rHifRR_4sKxqiNKh7nOzzIaAhI-hkpGX1rm6Gp89OUG23jWz7b-Ej-1QWC7Z8vKY30jN7IV_yq_UNlpvpKdVUnM-zLpq3WbdvVXbb0a75ux0Nbt_VhXR6aujzUvK6bqevqRnZSZLoXXFR8VZZ8zTveFaWq2062kxqrUra1YjXHo9Tmg8lMhxCxb0Sz4pmRI5pwg10Iixe4BZkQiX3fp5p8jHNgNTc6UPjsQpoM9kn-6ukL26tdAiqHH9AMF23MDSVwFpSLo0FQ0Sr0d7KLLHrTf39Ps6YljsXkjkzs0_D3JT959w9OxMT-Jjk9ppul_wIAAP__OUgwAQ">