[PATCH] D125171: [clang-format] Add a new clang-format option AlwaysBreakBeforeFunctionParameters
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 1 07:29:26 PDT 2023
MyDeveloperDay added inline comments.
================
Comment at: clang/lib/Format/Format.cpp:347
+ IO.enumCase(Value, "false", FormatStyle::FPBS_Leave);
+ IO.enumCase(Value, "true", FormatStyle::FPBS_Always);
+ }
----------------
yes remove these... this is why you need to mark the comments done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125171/new/
https://reviews.llvm.org/D125171
More information about the cfe-commits
mailing list