[PATCH] D80725: [Analyzer][StreamChecker] Updated initialization of BugType's.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 28 08:42:28 PDT 2020


balazske added a comment.

Why is `BuiltinBug` used instead of `BugType`? The differentiation between these classes looks not obvious. There is even a non-virtual `getDescription` function in both classes and a confusion with meaning of "name" and "description".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80725/new/

https://reviews.llvm.org/D80725





More information about the cfe-commits mailing list