| Issue |
55481
|
| Summary |
`const volatile` not formatted properly
|
| Labels |
clang-format,
invalid-code-generation
|
| Assignees |
|
| Reporter |
cjdb
|
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs