[PATCH] D94661: [clang-format] [PR19056] Add support for access modifiers indentation
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 14 04:03:16 PST 2021
HazardyKnusperkeks added a comment.
I would add a test where you have a member before the first access modifier.
Also this is not exactly what they wanted in the bug, as far as I can see members of structs or classes with no access modifier at all should only be indented once.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94661/new/
https://reviews.llvm.org/D94661
More information about the cfe-commits
mailing list