You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mean that those issues are raised in system header, and looks like --warnings-as-errors is causing it to be visible. This issue (check filters) can be already fixed in Clang 17. As for bug in check, that is pending.
Most probably if you disable warnings-as-errors, you wont see this issue.
Reopening #53961 as it seems to me the issue is not solved.
I have a simple
struct
if I run
clang-tidy
I get an errorAm I missing anything here?
The text was updated successfully, but these errors were encountered: