[PATCH] D85485: Fix quiet mode in git-clang-format

2020-08-25 Thread Gvald Ike via Phabricator via cfe-commits
Gvald added a comment. @serge-sans-paille - the diff is PEP8 compliant now. Care to commit, as I don't have the right permissions? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85485/new/ https://reviews.llvm.org/D85485 ___

[PATCH] D85485: Fix quiet mode in git-clang-format

2020-08-19 Thread Gvald Ike via Phabricator via cfe-commits
Gvald marked an inline comment as done. Gvald added a comment. Tried to `arc land` but don't have the permissions. From LLVM docs : > It is sufficient to add a comment to the approved review indicating you > cannot commit the patch your

[PATCH] D85485: Fix quiet mode in git-clang-format

2020-08-19 Thread Gvald Ike via Phabricator via cfe-commits
Gvald updated this revision to Diff 286531. Gvald edited the summary of this revision. Gvald added a project: clang-format. Gvald added a comment. PEP8 compliance fix Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85485/new/ https://reviews.llvm.org

[PATCH] D85485: Fix quiet mode in git-clang-format

2020-08-06 Thread Gvald Ike via Phabricator via cfe-commits
Gvald added reviewers: jmerdich, rsmith, djasper, serge-sans-paille. Gvald added a comment. Quiet mode is very useful for scripting, when only the diff format output is required, or no output if not formatting is needed. In case of no modified files, git-clang-format will output to screen even t

[PATCH] D85485: Fix quiet mode in git-clang-format

2020-08-06 Thread Gvald Ike via Phabricator via cfe-commits
Gvald created this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Gvald requested review of this revision. Eliminate output in quiet mode, when no modified files exists Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D85485 Files: clang/tools/