llvm-project/clang-tools-extra/clang-tidy/tool
Don Hinton 24d27689bc [clang-tidy] remove default header-filter for run-clang-tidy
Summary:
run-clang-tidy.py was enforcing '-header-filter' parameter with an
unfortunate default value when none was given. Thus, leading to
overwritten clang-tidy configuration (e.g. from .clang-tidy).

This change removes the default value for '-header-filter' resulting in
the default behaviour of clang-tidy itself.

Fixes PR#41426

Reviewed By: hintonda

Patch by Torbjörn Klatt!

Tags: #clang-tools-extra, #clang

Differential Revision: https://reviews.llvm.org/D61747

llvm-svn: 361344
2019-05-22 01:01:11 +00:00
..
CMakeLists.txt [clang-tidy] A new OpenMP module 2019-03-22 19:46:01 +00:00
ClangTidyMain.cpp [clang-tidy] Expand modular headers for PPCallbacks 2019-03-22 13:42:48 +00:00
clang-tidy-diff.py [clang-tidy] Handle missing yaml module in run-clang-tidy.py 2019-03-27 19:21:32 +00:00
run-clang-tidy.py [clang-tidy] remove default header-filter for run-clang-tidy 2019-05-22 01:01:11 +00:00