[PATCH] D33672: [analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checker

Alexander Zaitsev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 28 11:14:12 PDT 2018


ZaMaZaN4iK commandeered this revision.
ZaMaZaN4iK added a reviewer: gamesh411.
ZaMaZaN4iK added inline comments.


================
Comment at: lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp:19
+//   of casting an integer value that is out of range
+//===----------------------------------------------------------------------===//
+
----------------
aaron.ballman wrote:
> If this check is intended to conform to CERT's INT50-CPP rule, you should put a link to the wiki entry for it here as well.
Which wiki entry do you mean?


https://reviews.llvm.org/D33672





More information about the cfe-commits mailing list