voyager-jhk wrote: > It might be better to support `HeaderFilterRegex`/`ExcludeHeaderFilterRegex` > in clangd, rather than adding `LineFilter` into the clang-tidy configuration > and then having to add additional support for `LineFilter` in clangd anyway.
I'm not sure `ExcludeHeaderFilterRegex` would address the case in #59263, as the relevant diagnostics are reported at macro expansions in the user's test file and are therefore treated as main-file diagnostics rather than header diagnostics. https://github.com/llvm/llvm-project/pull/202575 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
