[PATCH] D71659: Adde new option to allow setting spaces before and after the operator
Luis Pinto via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 06:09:03 PST 2019
Luis created this revision.
Luis added reviewers: djasper, klimek, owenpan, mitchell-stellar.
Luis added a project: clang-format.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The new option is called SpaceBeforeAndAfterArrows
True:
(pointer instance) -> (member)
False:
(pointer instance)->(member)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71659
Files:
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71659.234525.patch
Type: text/x-patch
Size: 9801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191218/d009cb44/attachment-0001.bin>
More information about the cfe-commits
mailing list