[PATCH] D4784: [clang-tidy] Add check for possibly incomplete switch statements
Shivam Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 22:48:52 PDT 2023
xgupta updated this revision to Diff 539389.
xgupta added a comment.
Address bkramer's comments except one for "checking that you're casting from an enum".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D4784/new/
https://reviews.llvm.org/D4784
Files:
clang-tools-extra/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/IncompleteSwitchCheck.cpp
clang-tools-extra/clang-tidy/misc/IncompleteSwitchCheck.h
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/test/clang-tidy/checkers/misc/incomplete-switch.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4784.539389.patch
Type: text/x-patch
Size: 5079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230712/74d3136c/attachment.bin>
More information about the cfe-commits
mailing list