llvm-project
30d8aebb - [clang-tidy] Add option to disable bugprone-multi-level-pointer-conversion in C code (#141209)

Commit
202 days ago
[clang-tidy] Add option to disable bugprone-multi-level-pointer-conversion in C code (#141209) Sometimes a project may want to enable this check only in C++, and disable it in C, since the patterns the check warns about are quite common and idiomatic in C, and there are no better alternatives. Fixes #140659 Co-authored-by: Carlos Gálvez <carlos.galvez@zenseact.com>
Author
Parents
Loading