[all-commits] [llvm/llvm-project] b1f168: [clang-tidy] support --load in clang-tidy-diff.py/...
Bernhard Manfred Gruber via All-commits
all-commits at lists.llvm.org
Thu Apr 28 04:51:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1f1688e90b22dedc829f5abc9a912f18c034fbc
https://github.com/llvm/llvm-project/commit/b1f1688e90b22dedc829f5abc9a912f18c034fbc
Author: Bernhard Manfred Gruber <bernhardmgruber at gmail.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Log Message:
-----------
[clang-tidy] support --load in clang-tidy-diff.py/run-clang-tidy.py
Support for loading shared objects as plugins into clang-tidy was added
in http://reviews.llvm.org/D111100. Unfortunately, the utility scripts
`clang-tidy-diff.py` and `run-clang-tidy.py` did not receive
corresponding arguments to forward such plugins to clang-tidy.
This diff adds a `-load=plugin` option to both scripts.
Differential Revision: http://reviews.llvm.org/D12306
Reviewed By: aaron.ballman
More information about the All-commits
mailing list