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

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] incorrectly annotate the `*` in BracedList
        </td>
    </tr>

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

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

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

<pre>
    `a = {x * x, x * x};` is formatted as `a = {x * x, x *x};`

I think the second `*` is annotated as `UnaryOperator`, but it is actually a `BinaryOperator`.

By the way, if we put it in brackets, like `{ a = {x * x, x * x}; }`, it can be formatted correctly.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyFkM9u2zAMxp9GvhA1bPlfdNAhblBgQIGd9gC0TTtaFCmQ5Kbu00922ibYYQMESgI__viRnR0WyeoMgRUHYE37Dozv4Z3xZ_h6NgdWtFEDysNo3RlDoAHQw7_q7mUsO7Bsf4s_IByVOcVI4Km3ZlghUf6JR2NswDv-l0G3_LyQw2DdpnyGbg6gwqbuw4xaL4CrtlV_idPHzu2yNb3isjLUCFeCyyfJQOewP1Hwa06rE22umhb-uxZYr5uvSOoxouhhSb11jvqglzQhmdd1vqtEKUQyyGIQhcAkqKBJsqrtNZrp6VbJqkM09V37vZVtgod9GWijbxpelQ_J7LQ8hnDxrNgz_hLPpMJx7tLenuNH67ev6-ni7O9Ijl_l_Uxx6peqKUueHOWursdqHEssm7ocqSn6RtQcBR9q7GpsEo0dab86ZpwbusKGiO9oOlGSZ5xnuyLL82KXi5THOFAluMgobyrOyozOqHS6-kitmxInN0vdPPmY1HESf0-i92oytC1o5eMcjtbJj49lWXSydZab8z_W7NY-">