================ @@ -1,4 +1,6 @@ InheritParentConfig: true +HeaderFilterRegex: 'clang-tools-extra/clang-tidy' +ExcludeHeaderFilterRegex: 'include-cleaner|clang-query' ---------------- localspook wrote:
BTW, the reason we have these relative paths in the first place is because include-cleaner forces us to do this: https://github.com/llvm/llvm-project/blob/77342761a9060159f09c0c6d5aa3da2e543a4877/clang-tools-extra/clang-tidy/misc/CMakeLists.txt#L10 ...which is just really ugly. I've opened #167110 to fix it. (It happens to also fix this problem, but I think there's an underlying problem on our end too.) https://github.com/llvm/llvm-project/pull/167020 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
