This revision was automatically updated to reflect the committed changes.
Closed by commit rG8c810acc94ed: [clang-format] Parse __ptr32/__ptr64 as a
pointer qualifier (authored by arichardson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86775/new/
MyDeveloperDay accepted this revision.
MyDeveloperDay added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86775/new/
https://reviews.llvm.org/D86775
_
arichardson updated this revision to Diff 289120.
arichardson added a comment.
rebase and add one more testcase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86775/new/
https://reviews.llvm.org/D86775
Files:
clang/lib/Format/FormatToken.h
clan
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:
x = (foo *__ptr32) * v;
MACRO(A * __ptr32 a);
x = (foo