[clang-tools-extra] [clang-tidy] new check readability-mark-static (PR #90830)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Thu May 2 03:10:20 PDT 2024


PiotrZSL wrote:

> Isn't this already covered by `-Wmissing-prototypes`?

No, because -Wmissing-prototypes will not provide warning, when both declaration and definition is in .cpp

https://github.com/llvm/llvm-project/pull/90830


More information about the cfe-commits mailing list