summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-suspicious-enum-usage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] SuspiciousEnumUsageCheck bugfixPeter Szecsi2017-09-121-1/+7
| | | | | | | | | | | iThere is a reported bug on the checker not handling the some APSInt values correctly: https://bugs.llvm.org/show_bug.cgi?id=34400 This patch aims to fix it. Differential Revision: https://reviews.llvm.org/D37572 llvm-svn: 313016
* [clang-tidy] Add enum misuse check.Gabor Horvath2016-12-271-0/+90
The checker detects various cases when an enum is probably misused (as a bitmask). Patch by: Peter Szecsi! Differential Revision: https://reviews.llvm.org/D22507 llvm-svn: 290600
OpenPOWER on IntegriCloud