[PATCH] D109550: [clang_format] Add fallback_style flag to clang-format-diff.py

Haowei Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 9 16:36:10 PDT 2021


haowei marked an inline comment as done.
haowei added inline comments.


================
Comment at: clang/tools/clang-format/clang-format-diff.py:62
+  parser.add_argument('-fallback-style',
+                      dest='fallback_style',
+                      help='The name of the predefined style used as a'
----------------
phosek wrote:
> This is going to be the default name so I don't think you need this line at all.
Removed in the latest patch. Locally tested.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109550/new/

https://reviews.llvm.org/D109550



More information about the cfe-commits mailing list