[cfe-dev] BuiltinBug

Balázs Kéri via cfe-dev cfe-dev at lists.llvm.org
Mon Jun 22 09:02:09 PDT 2020


Hello!
What is the exact purpose of class BuiltinBug? It inherits from BugType,
has an extra description value and the BugType's description is set to a
"LogicError" value. Otherwise it seems to be the same as BugType. Probably
the "LogicError" description is not valid where it is used. Its purpose is
probably only to store the additional description that is passed later to
the bug report, but this is not a clean way of doing this. Maybe this class
can be removed?

Balázs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20200622/bdf22a31/attachment-0001.html>


More information about the cfe-dev mailing list