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-cl
MyDeveloperDay added a comment.
is it possible to pass other arguments like `-n` if not running in place is
there any protection from prevent stdout/stderr from overlapping..?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149088/new/
https://revi
Eugene.Zelenko added inline comments.
Comment at: clang/tools/run-clang-format.py:1
+#!/usr/bin/env python3
+#
Looks like Windows en of lines were mixed with UNIX ones.
Comment at: clang/tools/run-clang-format.py:26
+
+from __future__ import pr
curdeius added a comment.
I guess I need to add a test in a similar that run-clang-tidy is tested, but
I'd like to gather some initial review still.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149088/new/
https://reviews.llvm.org/D149088
__
curdeius created this revision.
Herald added projects: All, clang, clang-format.
Herald added a subscriber: cfe-commits.
Herald added reviewers: rymiel, HazardyKnusperkeks, owenpan, MyDeveloperDay.
curdeius requested review of this revision.
Herald added a comment.
NOTE: Clang-Format Team Automate