[PATCH] D149088: [clang-format] Add run-clang-format.py script.
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 25 05:33:38 PDT 2023
MyDeveloperDay added inline comments.
================
Comment at: clang/tools/run-clang-format.py:63
+ default="c,cc,cpp,cxx,c++,h,hh,hpp,hxx,h++")
+ parser.add_argument('-style',
+ help='formatting style',
----------------
what about
```
run-clang-format `<run-clang-format-arg> -- <clang-format-args>
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149088/new/
https://reviews.llvm.org/D149088
More information about the cfe-commits
mailing list