[PATCH] D109550: [clang_format] Add fallback_style flag to clang-format-diff.py
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 9 15:28:52 PDT 2021
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
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'
----------------
This is going to be the default name so I don't think you need this line at all.
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