Before: void f() { MACRO(A * volatile a); }
After: void f() { MACRO(A *volatile a); }
Also check that the volatile and volatile__ aliases are handled.
Differential D86708
[clang-format] Parse volatile as a pointer qualifier arichardson on Aug 27 2020, 6:41 AM. Authored by
Details Before: void f() { MACRO(A * volatile a); } Also check that the volatile and volatile__ aliases are handled.
Diff Detail
Event Timeline |