[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:15:13 PDT 2023
xgupta updated this revision to Diff 539378.
xgupta retitled this revision from "[clang-tidy] Add check for possibly incomplete switch statements
" to "[clang-tidy] Add check for possibly incomplete switch statements".
xgupta added a reviewer: PiotrZSL.
xgupta added a comment.
Herald added a reviewer: njames93.
Herald added a project: clang-tools-extra.
Just updated the patch to trunk
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.539378.patch
Type: text/x-patch
Size: 4243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230712/bf27596d/attachment-0001.bin>
More information about the cfe-commits
mailing list