[PATCH] D86710: [clang-format] Parse restrict as a pointer qualifier
Alexander Richardson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 27 08:17:26 PDT 2020
arichardson added a comment.
In D86710#2242197 <https://reviews.llvm.org/D86710#2242197>, @JakeMerdichAMD wrote:
> LGTM, assuming tests pass (automated checks failed to resolve your patch since you based it off of your other one). Looks like enabling C99 should have no other effects, right?
Tests are passing locally. Looking at TokenKinds.def it seems the only thing setting C99 enables is `restrict` and `inline` (but we already get that via C++).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86710/new/
https://reviews.llvm.org/D86710
More information about the cfe-commits
mailing list