llvm-project/clang-tools-extra/clang-tidy/tool
Shreyas Atre 9e1f4f1398 [clang-tidy][run-clang-tidy.py] Add --config-file=<string> option
Link to the GitHub Issue: https://github.com/llvm/llvm-project/issues/53745

Added config_path variable within the python script which makes the
required call to the clang-tidy binary with --config-file option.
If the config_path is None then config will be used. No error is raised
if both are given but silently chooses config_path over config
2022-03-17 07:30:28 -04:00
..
CMakeLists.txt Reland "enable plugins for clang-tidy" 2022-02-01 17:37:24 -05:00
ClangTidyMain.cpp Reland "enable plugins for clang-tidy" 2022-02-01 17:37:24 -05:00
ClangTidyMain.h [clang-tidy] Add library for clang-tidy main function 2020-01-24 13:00:45 -08:00
ClangTidyToolMain.cpp [clang-tidy] Add library for clang-tidy main function 2020-01-24 13:00:45 -08:00
clang-tidy-diff.py add -use-color option to clang-tidy-diff.py 2021-02-18 09:12:48 -05:00
run-clang-tidy.py [clang-tidy][run-clang-tidy.py] Add --config-file=<string> option 2022-03-17 07:30:28 -04:00