This revision was automatically updated to reflect the committed changes.
Closed by commit rG1908da2658fc: [clang-format] Parse volatile as a pointer
qualifier (authored by arichardson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86708/new/
https
JakeMerdichAMD accepted this revision.
JakeMerdichAMD added a comment.
This revision is now accepted and ready to land.
LGTM. Wait a bit to give others a chance to chime in before submitting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86708/new/
arichardson created this revision.
arichardson added reviewers: MyDeveloperDay, JakeMerdichAMD, sammccall,
curdeius.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
arichardson requested review of this revision.
Before: void f() { MACRO(A * volatile a); }
After: void f() {