[clang-tools-extra] [clang-tidy] New Option Invalid Enum Default Initialization (PR #159220)

Balázs Kéri via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 18 07:07:37 PDT 2025


balazske wrote:

Would it be better to add the `std::errc` always to the ignore list? If the user specifies the ignore list and it does not contain `std::errc` it is missing from the list. I suspect that the warning for `std::errc` is never needed from this checker.

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


More information about the cfe-commits mailing list