llvm-project/clang-tools-extra/clang-tidy/tool
Nathan James 4836188ad9
[clang-tidy] Extend InheritParentConfig to CommandLineConfig
Extend the `InheritParentConfig` support introduced in D75184 for the command line option `--config`.
The current behaviour of `--config` is to when set, disable looking for `.clang-tidy` configuration files.
This new behaviour lets you set `InheritParentConfig` to true in the command line to then look for `.clang-tidy` configuration files to be merged with what's been specified on the command line.

Reviewed By: DmitryPolukhin

Differential Revision: https://reviews.llvm.org/D81949
2020-06-19 12:02:19 +01:00
..
CMakeLists.txt [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
ClangTidyMain.cpp [clang-tidy] Extend InheritParentConfig to CommandLineConfig 2020-06-19 12:02:19 +01: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 [clang-tidy] NFC: Cleanup Python scripts 2020-05-18 12:21:27 +02:00
run-clang-tidy.py [clang-tidy] For `run-clang-tidy.py` escape the paths that are used for analysis. 2020-06-16 12:21:18 +03:00