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
[clang-tidy] Disable bugprone-multi-level-pointer-conversion in C code
It is deemed more of an annoyance than a help, since the patterns the
check warns about are quite common and idiomatic in C, and there are no
good alternatives.
Thus, enable the check only for C++, where there are safer constructs.
Fixes#140659
0 commit comments