================ @@ -1,4 +1,6 @@ InheritParentConfig: true +HeaderFilterRegex: 'clang-tools-extra/clang-tidy' +ExcludeHeaderFilterRegex: 'include-cleaner|clang-query' ---------------- vbvictor wrote:
Had to do this because I got errors from files like this: ``` llvm/llvm-project/clang-tools-extra/clang-tidy/misc/../../include-cleaner/include/clang-include-cleaner/Types.h:22:9 ``` So it matched on `clang-tools-extra/clang-tidy` but actually it's header from another subproject. If anyone have better ideas - please tell! https://github.com/llvm/llvm-project/pull/167020 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
