[PATCH] D22507: Clang-tidy - Enum misuse check
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 27 02:18:20 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290600: [clang-tidy] Add enum misuse check. (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D22507?vs=82488&id=82533#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22507
Files:
clang-tools-extra/trunk/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/trunk/clang-tidy/misc/SuspiciousEnumUsageCheck.cpp
clang-tools-extra/trunk/clang-tidy/misc/SuspiciousEnumUsageCheck.h
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-suspicious-enum-usage.rst
clang-tools-extra/trunk/test/clang-tidy/misc-suspicious-enum-usage-strict.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-suspicious-enum-usage.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22507.82533.patch
Type: text/x-patch
Size: 19481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161227/091c1c07/attachment-0001.bin>
More information about the cfe-commits
mailing list