[PATCH] D71659: [clang-format] Added new option to allow setting spaces before and after the operator
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 4 07:49:57 PST 2020
MyDeveloperDay requested changes to this revision.
MyDeveloperDay added inline comments.
================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3359
+ // nuanced as aggressive line breaks are placed when the lambda is not the
+ // last arg.
if ((Style.Language == FormatStyle::LK_Cpp ||
----------------
these are all unrelated changes please remove them from patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71659/new/
https://reviews.llvm.org/D71659
More information about the cfe-commits
mailing list