[PATCH] D37437: [analyzer] Fix SimpleStreamChecker's output plist not containing the checker name

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 07:42:24 PDT 2017


NoQ added a comment.

Cool. Thanks!

> In the future probably it would be better to alter the signature of the checkers' constructor to set the name in the constructor so it is possible to create the BugType eagerly.

Still, should we add an assertion so that we could be sure that every bug type contains a checker name?


Repository:
  rL LLVM

https://reviews.llvm.org/D37437





More information about the cfe-commits mailing list