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

    <tr>
        <th>Summary</th>
        <td>
            `const volatile` not formatted properly
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang-format,
            invalid-code-generation
      </td>
    </tr>

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

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

<pre>
    My clang-format config file has the following, so I'd expect all cvr-qualifiers to be to the right of the type.

```
QualifierAlignment: Custom
QualifierOrder: ['constexpr', 'inline', 'static', 'type', 'const', 'volatile', 'restrict']
```
Right now, I've got independent qualifiers on the right, but `const volatile` on the left, which is weird.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxtkt1u4yAQhZ_GvkGxHBIn8YUv0kaRerFa7b4BP2ObioAL42Tz9jvQZh2tKqGBI86MvhmQXt-7H3emrHDDqvfhIpAp73ozsN5YYKOIDEdgvbfW34wbCv7KomdvBd9rBn8mUMiEtUxdw-pjFtb0BgLleCYhxZQczDAi830WeJ-gKupTUR-_4q7-Wln-ehQ5WjO4CzgsNkf2Okf0l_8cP4OGkG6L5oV4iDsiIQU6J0zajLPGwaIjCjRq0QlmUbnAIq_ekts-GQJEDEZlT3P6Fv937tX5W0pJU7oCGzwy4zRMQMEhe5qTd8uEUoackVGtTML-Aezqh9FCn3230aiRmchuYIKuSt1tdLtpRYkGLXTflnCE8fnECJpNwU8Q7L2cg-1GxCnSJAt-pjUYHGdZKRo4P1t7fWwrynmH1P7ZxDhDpEPTbA_rcuxkyxu-lppzud-JPT_0fLfv9aEWNTkaKK2QYGOXn4o__zeSn-Plxl1pMHqlvIbVAA4CsXuXDM2pNB2vOa-bdbPeb7ZNXQkl1bptGylhB-22L7Y1XISxVWKtfBjK0GVsOQ-RLq2JGJdLESN9MICMRPXFjKMPnXrXssztdbm3v81X_7o">