[PATCH] D124589: [clang-format] Fix a bug that misformats Access Specifier after *[]
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 02:25:32 PDT 2022
HazardyKnusperkeks accepted this revision.
HazardyKnusperkeks added a comment.
This revision is now accepted and ready to land.
I currently don't know exactly how `isSimpleTypeSpecifier` works, but what is with
`auto x = Foo * []{return 5;}();`
`auto x = Foo * *[]{static y = 5; return &y;}();`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124589/new/
https://reviews.llvm.org/D124589
More information about the cfe-commits
mailing list