5chmidti wrote:

This feature works as intended, it is only for filtering out diagnosed issues, 
not for skipping the analysis in those files. See #52959 for the feature you 
are looking for. TLDR: clang-tidy currently does not skip the analysis in 
(system) header files, `exclude-header-filter` is only filtering out warnings 
you are not interested in (i.e., `Supppressed 3386 warnings...`)

https://github.com/llvm/llvm-project/pull/91400
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to