[PATCH] D69764: [clang-format] Add East Const / West Const fixer
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 3 23:20:03 PST 2019
lebedev.ri added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:768
LLVMStyle.CommentPragmas = "^ IWYU pragma:";
+ LLVMStyle.ConstStyle = FormatStyle::CS_Leave;
LLVMStyle.CompactNamespaces = false;
----------------
Based on code reviews, this should be `CS_West`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69764/new/
https://reviews.llvm.org/D69764
More information about the cfe-commits
mailing list