<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/61233>61233</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang-format] formatting Address of Label extension
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
quite
</td>
</tr>
</table>
<pre>
When using operator `&&` as the "Address of Label Extension", clang-format (15.0.7) formats this like below. Is it feasible to make it possible to format this in another way? For example like `(uint32_t)&&foo;`?
```
uint32_t foo_addr = (uint32_t) && foo;
[..]
foo:
[..]
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxskkuPnTAMhX-N2ViDgsPjsmBxbylSpe67HAUwkE4gt0nonfn3FY_pW4pA8ZE_G85R3utxYa4gu0FWR2oNk3XVt1UHjlrbv1VfJl5w9XoZ0d7ZqWAdQi6A8u3kApXHMDEC0bXvHXuPdsDPqmWDH18DL17bBYiAPmBn1DI-DdbNKiDQJcliERdAJR61jaQ9Gv3C2LKxjxg_edQBB1Zet4YxWJzVC2-1u_U_aydy79YLqsWGiR0-1BvIBhvrkF_VfDd8sPf9L6tegqTnAFQeXzNYC_K2ibIBUYO4ns9cnGe_vvfhYO2z6nuHIGv8E4gHEU_kgclucQxZfdx25fo_5a9xUV_JvpSlirhK8uKSFNklLaKpIi5YtrJv80Gm5SCLpBOciqGQLNMkaSNdkSAppChEkRVUxEoNeZ52ouzarpTJBVLBs9ImNub7HFs3Rtr7las8ISkjs3no92QQLfzAXdyszOrIVVvPU7uOHlJhtA_-FyXoYPZI_W44ZPXpU9jC9E9Y-D0s0epMNYVw99sPogaoGXWY1jbu7AzUbGPO19Pd2a_cBaBmX84DNfvyPwIAAP__Tijdwg">