<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/133592>133592</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang-tidy] `readability-implicit-bool-conversion` + `readability-uppercase-literal-suffix` should suggest uppercase literal suffix
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang-tidy
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
tearfur
</td>
</tr>
</table>
<pre>
It'll be nice if `readability-implicit-bool-conversion` would suggest uppercase literal suffix when `readability-uppercase-literal-suffix` is also enabled. Currently it always suggests lowercase literal suffix.
https://godbolt.org/z/Wb9MaEj5M
```
<source>:6:10: warning: implicit conversion 'unsigned char' -> 'bool' [readability-implicit-bool-conversion]
6 | bool b = uc();
| ^
| != 0u
```
Current trunk: 1ff74917b56e9e57dd13286123144b5f13e9a517
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJyUk09vszgQxj_NcBkRmTHgcOBAmkTaQ897trEh7jo48p9ms59-RZq-7Vu9hxYhYZhnZjQ_npEx2nkxpodmB82-kDmdfOiTkWHKoVBe3_q_EpBwDpXBxY4G7YTQsmCklso6m26lPV-cHW0qlfeuHP3yakK0foGW4dVnpzHmeTYxYb5cTBhlNOhsMkE6jHma7L94PZnla9lf4vIhLt_Ea1kbUbro0SxSOaM3-JRDMEtyN7QJpbvKW3zvGtH56x_bboANwIZTSpcIfAA6Ah1nr5V3aePDDHT8D-j4t-qe5eGleX6TQ8seNxuAP0Wfw2iAH4APLfChYsAHvMqw2GVej-948IMMAom83NlrHE8yAAksgR_WwEpxfYdm9y3KzR7YgIjYIognXMOoEPge8wi0BeqA7x4SvEugOaynz59-v4CqNZ_lr-Oy4QEaU8jLP-t41TSJuquEalrTmUZoXXHathXxqq5VM1XcdLKpRKF7rjveycL0lag5CcY7UZx6opq1lTB6q5pa661pFRNiy7qW2DhpWdieGDWMU1eJuuVi05lJjmKsuO5YTSODmpmztG7j3Ot5_XGFjTGbvuK86ahwUhkX7x4nGp1c5jJZfQOi1fOhX7NKlecINXM2pvhRJ9nk7tvxKa3Z_2QBgHY_MXY8fWthihxc_8W3Np2y2oz-DHRcB3g8ykvwL2ZMQMc7lQh0fIB57en_AAAA__-q-UUA">