<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/61364>61364</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
clang-format: Word order correction
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
steve02081504
</td>
</tr>
</table>
<pre>
A function or global variable in my project can have many modifiers, some of which are custom, such as `constexpr_as(someexpr)` or `force_inline`
Let's compare
```c++
distinctive static constexpr auto value = v.get_constexpr_str_t();
```
I want ``distinctive`` to precede ``static`` throughout the project, and ``static`` to precede ``constexpr`` throughout the project.
But sometimes you forget how the specification wants to come in, and that's when I want clang-format to help me auto-correct my code.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx8k82q4zoMx5_G2YgWx27SZpFFew-FC7OfZXEcJfbg2MWW2-nbD057PjgMA4FgyZJ--stSKdnZI_asObHmrVKZTIh9IrwhF_xQN3xXDWF89EeYstdkg4cQYXZhUA5uKlo1OATrYXnANYZfqAm08mDUDWFR_gFLGO1kMSYm_oMUFoQwwd1YbUBFBJ0ThWX15WJKwFqug0-Ev6_xohIThxJVTkx0rOUFgLV8ClHjxXpnPbKWM_7G-PEHEhP7BDosVxXxaSze9dNMnMq3WkebyJaWbgiJFFkNH2VBZQpwUy4jMPkGt-2MdPmkShQvxMShAMnTtyrP4_9wV57gafpS62kACnCNqHHE15UnwrvXxJBnEzIBGXwXtoik_PjXgO_pPlj_mXH7ZD1lWidDdsEEj5BhCnFGAhPu6_V0RW0nq9X6AEpjqZTUZZrWv3ORUU_17wY9vATQTvl5M4W4KCoxBt0VFlwV3ugQY3kxywN0GPGFU429HDvZqQr7ut0f2r1oG1mZvq6nbuL8sOO8qXfjNNSqqeu2O7RdJ3ndVbYXXEgua8nrZi_lVrRdw_dTdxj0burkwHYcF2Xd1rnbsg1xrmxKGfu2lu2ucmpAl9ZlEMLjHVYnE6LsRuxLzGbIc2I77myi9JmFLDnsv_bK5BF-hjhCiCNGeHVqg69ydL0huiYmj0ycmTjPlkwetrrswbnkfP02H4M_rySJifNK-icAAP__sGw0AA">