[PATCH] D138655: [clang-tidy] Fix `cppcoreguidelines-init-variables` for invalid vardecl
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 06:42:34 PST 2022
carlosgalvezp added a comment.
Now that I think a bit better about this I wonder - does it really make sense that we increase the complexity of the check to cover for cases where code does not compile? If it fails to include a header, there's many other things that can possibly go wrong - should clang-tidy checks in general really be defensive against that? @njames93 WDYT?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138655/new/
https://reviews.llvm.org/D138655
More information about the cfe-commits
mailing list