| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] SuspiciousEnumUsageCheck bugfix | Peter Szecsi | 2017-09-12 | 1 | -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 Horvath | 2016-12-27 | 1 | -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 | |||||

