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

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 29 15:21:02 PDT 2018


Szelethus added a comment.

In https://reviews.llvm.org/D33672#1279520, @ZaMaZaN4iK wrote:

> Thank you for the roadmap! Honestly I am not so familiar with Clang AST and Clang Static Analyzer details (all my experience is writing some simple checkers for clang-tidy and watching some videos about Clang/Clang Static Analyzers), so I even don't understand of your words :) So don't rely on quick fixes from my side. But I think I can write something useful after couple of tries (slowly, but I can). Thank you for the help!


Always happy to assist here or on cfe-dev <https://lists.llvm.org/mailman/listinfo/cfe-dev>, feel free to send a mail! If you haven't seen it yet, the Static Analyzer Developer Guide <https://clang-analyzer.llvm.org/checker_dev_manual.html> may help you expand your current knowledge greatly, especially the links on the bottom.


https://reviews.llvm.org/D33672





More information about the cfe-commits mailing list