[PATCH] D69764: [clang-format] Add East/West Const fixer capability
Marek Kurdej via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 27 16:56:24 PDT 2020
curdeius added a comment.
One last thought, how about making the config a bit more future-proof and instead of `ConstPlacement` accept what was discussed some time ago:
QualifierStyle:
- const: Right
and restrict it to `const` for the moment?
Maybe renaming to `QualifierPlacement` or something more appropriate.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69764/new/
https://reviews.llvm.org/D69764
More information about the cfe-commits
mailing list