Conversation
|
Thanks for your contribution. How did you determine this? We regularly use In simplecpp the clang-tidy check is even enabled but in Cppcheck we are still dealing with too many issues to make to do that. If we ever such reach a point it will be enabled in the regular CI. All known IWYU issues have been reported upstream and the biggest issue is currently Qt which requires an updated version of the mappings generator included from IWYU. In case of clang-tidy not all issue might have been reported but it is only the second choice. |
I simply looked for files, which include |
|
That sounds like one of the known shortcomings in IWYU. There's already several suggestions to add includes which I did not apply. So the changes might be correct and make things cleaner (although not having any effects), it will generate much much more noise in the output I have to check manually (I even considered adding the unnecessary ones so there is even less noise but that might cause some yet unknown false positives be to shadowed). So as it doesn't actually improve things I will not apply these changes. |



No description provided.