Xavier abandoned this revision.
Xavier added a comment.
https://reviews.llvm.org/D49864
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112008/new/
https://reviews.llvm.org/D112008
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https:/
Xavier added a comment.
I realize there is a much better approach: https://reviews.llvm.org/D49864
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112008/new/
https://reviews.llvm.org/D112008
___
cfe-commits mailing list
cfe-commits@lists.llvm.
Xavier updated this revision to Diff 380436.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112008/new/
https://reviews.llvm.org/D112008
Files:
clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Index: clang-tools-extra/clang-tid
Xavier added a comment.
**Note**: manually tested the two scripts;
- For `clang-tidy-diff.py`
git diff -U0 --no-prefix --no-color $(git merge-base origin/master
HEAD)..HEAD \
| ~/git/llvm-project/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
-quiet -clang-tidy-binary clang-tidy-
Xavier updated this revision to Diff 380431.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112008/new/
https://reviews.llvm.org/D112008
Files:
clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Index: clang-tools-extra/clang-tid
Xavier updated this revision to Diff 380429.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112008/new/
https://reviews.llvm.org/D112008
Files:
clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Index: clang-tools-extra/clang-tid
Xavier created this revision.
Xavier added a reviewer: alexfh.
Xavier added a project: clang-tools-extra.
Xavier requested review of this revision.
Herald added a subscriber: cfe-commits.
This small patch adds a new `-extra-arg-clang-tidy` option to clang-tidy-diff
and run-clang-tidy scripts. Thi