[PATCH] D129570: Add new clang-tidy check to find implicit conversions from enum to integer.
Paul Fultz II via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 9 15:25:51 PDT 2022
pfultz2 updated this revision to Diff 451284.
pfultz2 added a comment.
Fix typo and merge from main.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129570/new/
https://reviews.llvm.org/D129570
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/EnumToIntCheck.cpp
clang-tools-extra/clang-tidy/bugprone/EnumToIntCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone/enum-to-int.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/enum-to-int.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129570.451284.patch
Type: text/x-patch
Size: 7682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220809/996ddb2a/attachment.bin>
More information about the cfe-commits
mailing list